summaryrefslogtreecommitdiff
path: root/static/dajaxice/dajaxice.core.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/dajaxice/dajaxice.core.js')
-rw-r--r--static/dajaxice/dajaxice.core.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/static/dajaxice/dajaxice.core.js b/static/dajaxice/dajaxice.core.js
index 917ed79..f252e7f 100644
--- a/static/dajaxice/dajaxice.core.js
+++ b/static/dajaxice/dajaxice.core.js
@@ -13,10 +13,6 @@ var Dajaxice = {
return Dajaxice.call('website.node', 'POST', callback_function, argv, custom_settings);
},
- execute: function(callback_function, argv, custom_settings){
- return Dajaxice.call('website.execute', 'POST', callback_function, argv, custom_settings);
- },
-
code: function(callback_function, argv, custom_settings){
return Dajaxice.call('website.code', 'POST', callback_function, argv, custom_settings);
},