From b5bba48edfe26a7bbb23aad3eb8b3c8d163489a3 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 11 Aug 2013 17:59:17 -0400 Subject: [PATCH] noko50 + expand.js: make it interoperate --- js/expand.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/expand.js b/js/expand.js index b13d0bcf..55942bd2 100644 --- a/js/expand.js +++ b/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)