diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/istreamdev.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/istreamdev.js b/js/istreamdev.js index c43af22..f788ca5 100644 --- a/js/istreamdev.js +++ b/js/istreamdev.js @@ -618,7 +618,6 @@ $('ul[rel="filelist"] li[class="arrow"] a').tap(function(event) { else if ( type == "rec" )
{
var path = $(this).find('span[class=filepath]').attr('rel');
- alert(path);
gen_streamrec(name,path);
}
else if ( type == "video" )
|