From 20ad5c8f1f834ac765fe58fb7553253c425778ea Mon Sep 17 00:00:00 2001 From: czaks Date: Sat, 27 Jul 2013 02:19:58 -0400 Subject: [PATCH] inline-expanding.js: missed preventing default action; shouldn't open new window when unwanted anymore --- js/inline-expanding.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/inline-expanding.js b/js/inline-expanding.js index 1849b078..0f7b7229 100644 --- a/js/inline-expanding.js +++ b/js/inline-expanding.js @@ -46,6 +46,7 @@ onready(function(){ delete this.childNodes[0].style.opacity; delete this.childNodes[0].style.filter; } + return false; } } }