We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c24bb2 commit e33ab32Copy full SHA for e33ab32
Ajax/common/traits/JsUtilsAjaxTrait.php
@@ -13,7 +13,7 @@
13
trait JsUtilsAjaxTrait {
14
15
protected $ajaxTransition;
16
- protected $ajaxLoader='Loading...';
+ protected $ajaxLoader="<div class=\"ui active centered inline text loader\">Loading</div>";
17
18
abstract public function getUrl($url);
19
abstract public function _add_event($element, $js, $event, $preventDefault=false, $stopPropagation=false,$immediatly=true);
0 commit comments