diff options
author | Alib <aliboba@free.fr> | 2010-03-27 18:05:55 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-27 18:05:55 +0100 |
commit | 19303c537fdd9abb9cfadca6b44a6b436e3e6140 (patch) | |
tree | c136e986516a8cb3b2414085db9c5bc2e1a02af6 /js/istreamdev.js | |
parent | 20617035068123b96731da43b024a2ceb4097482 (diff) | |
download | istreamdev-19303c537fdd9abb9cfadca6b44a6b436e3e6140.tar.gz istreamdev-19303c537fdd9abb9cfadca6b44a6b436e3e6140.tar.bz2 |
removed alert
Diffstat (limited to 'js/istreamdev.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" )
|