remove js/quick-reply-vd-old.js (didn't differ too much from the original -old)

This commit is contained in:
czaks 2013-09-17 18:19:44 -04:00
parent 8164d03704
commit 6d3ac4c512
2 changed files with 2 additions and 48 deletions

View file

@ -12,6 +12,7 @@
*
*/
if (active_page == 'index') {
$(document).ready(function(){
if($('div.banner').length != 0)
return; // not index
@ -43,4 +44,4 @@ $(document).ready(function(){
});
});
});
}