aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/javascripts/general.js
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-04-02 10:05:21 +0100
committerLouise Crow <louise.crow@gmail.com>2015-04-02 10:05:21 +0100
commitd2a1e3f126af96282bdd2c31cc9d8feb7c230178 (patch)
tree904647d34195034b4c363425d4ec18d76e63e7e6 /app/assets/javascripts/general.js
parent61225158aabba94a19bae14039ddfd32ee0216c3 (diff)
parenta6dfacacd7f1a930f56d876e502c8ab11b813181 (diff)
Merge branch 'link-to-script' into rails-3-develop
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;
});