summaryrefslogtreecommitdiff
path: root/searx/static/oscar/js/scripts.js
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-09-27 15:46:57 +0200
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-10-05 14:40:46 +0200
commitdc2c1362205ea90dae75872b316dc1d693c9a750 (patch)
tree34614638727e89a406f55aa3efaa72c808c602d0 /searx/static/oscar/js/scripts.js
parent47d1caed61a00a3ef83ca1c121162e4f6638a4d5 (diff)
oscar template: little style improvements
Diffstat (limited to 'searx/static/oscar/js/scripts.js')
-rw-r--r--searx/static/oscar/js/scripts.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/static/oscar/js/scripts.js b/searx/static/oscar/js/scripts.js
index 1254b1581..296cddd94 100644
--- a/searx/static/oscar/js/scripts.js
+++ b/searx/static/oscar/js/scripts.js
@@ -38,4 +38,8 @@ $(document).ready(function(){
$(this).html(html);
}
});
+
+ $(".select-all-on-click").click(function () {
+ $(this).select();
+ });
});