constant JS_MENU_METHOD_NOT_ALLOWED in JS Callback Handler 7.2
Internal menu status code - Request method is not allowed.
2 uses of JS_MENU_METHOD_NOT_ALLOWED
- js_deliver_json in includes/
json.inc - Callback for delivering JSON responses to the browser.
- js_execute_request in ./
js.module - Loads the requested module and executes the requested callback.
File
- ./
js.module, line 19 - JavaScript callback handler module.
Code
define('JS_MENU_METHOD_NOT_ALLOWED', 6);