summaryrefslogtreecommitdiffstats
path: root/static/functions/class_ajax.js
diff options
context:
space:
mode:
authorGit <git@what.cd>2013-04-30 18:18:07 +0000
committerGit <git@what.cd>2013-04-30 18:18:07 +0000
commitb055e9c6f1189ea4f2b9649de1ce63548d2d1b2b (patch)
treecf5b4d9bf8b985adfb6923b737dc3929c0f66727 /static/functions/class_ajax.js
parent0a565870d9727b0913e9ec0775380d786fde418d (diff)
downloadGazelle-b055e9c6f1189ea4f2b9649de1ce63548d2d1b2b.zip
Gazelle-b055e9c6f1189ea4f2b9649de1ce63548d2d1b2b.tar.gz
Gazelle-b055e9c6f1189ea4f2b9649de1ce63548d2d1b2b.tar.bz2
Empty commit
Diffstat (limited to 'static/functions/class_ajax.js')
-rw-r--r--static/functions/class_ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/functions/class_ajax.js b/static/functions/class_ajax.js
index f283fe3..86d5c97 100644
--- a/static/functions/class_ajax.js
+++ b/static/functions/class_ajax.js
@@ -139,7 +139,7 @@ function Bookmark(type, id, newName) {
}
function Unbookmark(type, id, newName) {
- if(window.location.pathname.indexOf('bookmarks.php') != -1) {
+ if (window.location.pathname.indexOf('bookmarks.php') != -1) {
ajax.get("bookmarks.php?action=remove&type=" + type + "&auth=" + authkey + "&id=" + id, function() {
$('#group_' + id).remove();
$('.groupid_' + id).remove();