You are here

public property CleantalkRequest::$js_on in Anti Spam by CleanTalk 7.2

Same name and namespace in other branches
  1. 7.5 src/CleantalkRequest.php \CleantalkRequest::js_on
  2. 7 cleantalk.module \CleantalkRequest::js_on
  3. 7.4 src/CleantalkRequest.php \CleantalkRequest::js_on

Is enable Java Script, valid are 0|1|2 Status: null - JS html code not inserted into phpBB templates 0 - JS disabled at the client browser 1 - JS enabled at the client broswer

Type: int

File

./cleantalk.module, line 478
Main CleanTalk integration module functions.

Class

CleantalkRequest
Request class

Code

public $js_on = null;