| changeset 98 | b307fcd1435a |
| parent 94 | 95ccb3524522 |
| child 106 | 3e11915dd103 |
--- a/Resources/public/js/wikiTag.js Wed May 16 18:17:19 2012 +0200 +++ b/Resources/public/js/wikiTag.js Mon Jul 16 12:12:56 2012 +0200 @@ -270,6 +270,7 @@ } }; $(document).ready(function(){ + $("#wikitag_context_div").offset({left:0,top:0}); for(c in reactive_selectors){ $(reactive_selectors[c]).bind("mouseup", Kolich.Selector.mouseup); }