(streamIdSanitized)
| 388 | |
| 389 | // Returns true if a stream is enabled |
| 390 | function isStreamEnabled(streamIdSanitized) { |
| 391 | return jQuery("input#stream-" + streamIdSanitized).is(':checked') |
| 392 | } |
| 393 | |
| 394 | var update = function() { |
| 395 | if(visNS.shouldUpdate) { |