You are here

public function AddThis::getWidgetJsDomReady in AddThis 7.4

Return if domready loading should be active.

Return value

bool Returns TRUE if domready is enabled.

File

classes/AddThis.php, line 286
An AddThis-class.

Class

AddThis
@file An AddThis-class.

Code

public function getWidgetJsDomReady() {
  return variable_get(self::WIDGET_JS_LOAD_DOMREADY, self::DEFAULT_WIDGET_JS_LOAD_DOMREADY);
}