From 5cd60f99e54d0d2a0f0abf0d1d3170bea74ecdc2 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 28 Aug 2009 00:33:25 +0200 Subject: VLC 1.0 does not support the (debug) log object any longer: removed code referencing it. This fixes the bug, that the buttons in the VLC popup window did not work any longer. --- live/js/live/vlc.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/live/js/live/vlc.js b/live/js/live/vlc.js index 927f3a4..3b8aa23 100644 --- a/live/js/live/vlc.js +++ b/live/js/live/vlc.js @@ -67,10 +67,6 @@ var VLC = new Class({ playerSetup: function(){ this.vlc = $(this.id); this.newVlcApi = (this.vlc.VersionInfo != null); - if (this.newVlcApi) { - // disable logging. - this.vlc.log.verbosity = -1; - } // add here new actions these class might support: var actions = { play: { check: this.isPlaying, toggle: this.togglePlay }, -- cgit v1.2.3