aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/javascripts/general.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/general.js')
-rw-r--r--app/assets/javascripts/general.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/general.js b/app/assets/javascripts/general.js
index 002eef760..856f4c6d4 100644
--- a/app/assets/javascripts/general.js
+++ b/app/assets/javascripts/general.js
@@ -34,12 +34,12 @@ $(document).ready(function() {
box.width(location.length + " em");
box.find('input').val(location).attr('size', location.length + " em");
box.show();
- box.find('input').select();
box.position({
my: "right center",
at: "left bottom",
of: this,
collision: "fit" });
+ box.find('input').select();
return false;
});