summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-04-07 16:03:11 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-04-07 16:03:43 +0200
commitd1ae6512cc760c76798a5a8636d1d7908c706ae8 (patch)
tree5de1276b45f830fb5b7bd97201708684acb885d1 /core
parentb71cf1a4f97bb660a279a16ca4da864b56986a59 (diff)
downloadnextcloud-server-d1ae6512cc760c76798a5a8636d1d7908c706ae8.tar.gz
nextcloud-server-d1ae6512cc760c76798a5a8636d1d7908c706ae8.zip
Contacts: Misc. cleanup tweaks.
Diffstat (limited to 'core')
-rw-r--r--core/js/oc-vcategories.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/oc-vcategories.js b/core/js/oc-vcategories.js
index a6dcccf88e0..931ea37edbe 100644
--- a/core/js/oc-vcategories.js
+++ b/core/js/oc-vcategories.js
@@ -19,7 +19,7 @@ OCCategories={
height: 350, minHeight:200, width: 250, minWidth: 200,
buttons: {
'Delete':function() {
- OCCategories.delete();
+ OCCategories.do_delete();
},
'Rescan':function() {
OCCategories.rescan();
@@ -53,7 +53,7 @@ OCCategories={
}
});
},
- delete:function(){
+ do_delete:function(){
var categories = $('#categorylist').find('input[type="checkbox"]').serialize();
categories += '&app=' + OCCategories.app;
console.log('OCCategories.delete: ' + categories);