diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-02 10:05:21 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-02 10:05:21 +0100 |
commit | d2a1e3f126af96282bdd2c31cc9d8feb7c230178 (patch) | |
tree | 904647d34195034b4c363425d4ec18d76e63e7e6 | |
parent | 61225158aabba94a19bae14039ddfd32ee0216c3 (diff) | |
parent | a6dfacacd7f1a930f56d876e502c8ab11b813181 (diff) |
Merge branch 'link-to-script' into rails-3-develop
-rw-r--r-- | app/assets/javascripts/general.js | 2 |
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; }); |