summaryrefslogtreecommitdiff
path: root/share/www/script/jquery.resizer.js
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2009-01-14 21:59:48 +0000
committerChristopher Lenz <cmlenz@apache.org>2009-01-14 21:59:48 +0000
commit892590e3a20c617b30ec8f89b0a895b753651e57 (patch)
treeebf61f745040329f32b56dcf5fc4678e6fa46b10 /share/www/script/jquery.resizer.js
parentfe135f33f6c817b96ff0f59f93c1040a087491e8 (diff)
Add view language selection to Futon, based on patch by Brian Palmer. Closes COUCHDB-202.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@734528 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/jquery.resizer.js')
-rw-r--r--share/www/script/jquery.resizer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/jquery.resizer.js b/share/www/script/jquery.resizer.js
index 9e0a291b..45c6c39a 100644
--- a/share/www/script/jquery.resizer.js
+++ b/share/www/script/jquery.resizer.js
@@ -76,7 +76,7 @@
$(document).unbind("mousemove");
document.onselectstart = null; // for IE
});
- return false;
+ return true;
});
});
}