You are here

constant HIDE_SUBMIT_DEFAULT_MESSAGE in Hide submit button 7

Same name and namespace in other branches
  1. 6 hide_submit.module \HIDE_SUBMIT_DEFAULT_MESSAGE
2 uses of HIDE_SUBMIT_DEFAULT_MESSAGE
hide_submit_admin_settings in ./hide_submit_admin.inc
Implementation of admin_settings callback
_hide_submit_get_message in ./hide_submit.module
Get javascript code for injection

File

./hide_submit.module, line 26
Hide the submit button after clicked to prevent/reduce duplicate postings.

Code

define('HIDE_SUBMIT_DEFAULT_MESSAGE', t("Please wait..."));