diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-05 10:25:23 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-05 10:25:23 -0700 |
| commit | 7b1cca168cb9b29fcccdcdce9e32efb190e4575e (patch) | |
| tree | 1dd6668463cecb755325f0644945897bdbe98423 /modules/tag/js | |
| parent | 9f396178cedc96abb282e72ff0e843e255c8225a (diff) | |
Revert "Revert "Allow a theme to override the page refresh mechanism. Create a new""
This reverts commit 9f396178cedc96abb282e72ff0e843e255c8225a.
Diffstat (limited to 'modules/tag/js')
| -rw-r--r-- | modules/tag/js/tag.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/js/tag.js b/modules/tag/js/tag.js index 765c2a35..564de393 100644 --- a/modules/tag/js/tag.js +++ b/modules/tag/js/tag.js @@ -59,7 +59,7 @@ function editInPlace(element) { closeEditInPlaceForms(); // close form $("#gTag-" + data.tag_id).text(data.new_tagname); // update tagname console.log(data); - window.location.reload(); + $.gallery_reload(); } } }); |
