constant HIDE_SUBMIT_DEFAULT_JS_LOAD in Hide submit button 7
Same name and namespace in other branches
- 5 hide_submit.module \HIDE_SUBMIT_DEFAULT_JS_LOAD
- 6 hide_submit.module \HIDE_SUBMIT_DEFAULT_JS_LOAD
2 uses of HIDE_SUBMIT_DEFAULT_JS_LOAD
- hide_submit_admin_settings in ./
hide_submit_admin.inc - Implementation of admin_settings callback
- _hide_submit_load_js_check_condition in ./
hide_submit.module - Check if JS should be loaded for current page
File
- ./
hide_submit.module, line 25 - Hide the submit button after clicked to prevent/reduce duplicate postings.
Code
define('HIDE_SUBMIT_DEFAULT_JS_LOAD', HIDE_SUBMIT_IN_CONTENT_ADD_EDIT);