Browse Source

noko50 + expand.js: make it interoperate

pull/40/head
czaks 11 years ago
parent
commit
b5bba48edf
  1. 4
      js/expand.js

4
js/expand.js

@ -12,8 +12,8 @@
*/
$(document).ready(function(){
if($('div.banner').length != 0)
return; // not index
if($('span.omitted').length == 0)
return; // nothing to expand
var do_expand = function() {
$(this)

Loading…
Cancel
Save