summaryrefslogtreecommitdiff
path: root/modules/tag
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-05 09:24:27 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-05 09:24:27 -0700
commit9f396178cedc96abb282e72ff0e843e255c8225a (patch)
tree48c514bea04f4c5f07599086a8b79d99fcb70230 /modules/tag
parent397468c47b8fc3fefeb54ff19a73980ed1dd8c20 (diff)
Revert "Allow a theme to override the page refresh mechanism. Create a new"
This reverts commit 1f014aae6c16bbda62d8f5937180f11ccb0eb1b1.
Diffstat (limited to 'modules/tag')
-rw-r--r--modules/tag/js/tag.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/js/tag.js b/modules/tag/js/tag.js
index 564de393..765c2a35 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);
- $.gallery_reload();
+ window.location.reload();
}
}
});