Skip to content

Commit e33ab32

Browse files
committed
Add default semantic loader
1 parent 2c24bb2 commit e33ab32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ajax/common/traits/JsUtilsAjaxTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
trait JsUtilsAjaxTrait {
1414

1515
protected $ajaxTransition;
16-
protected $ajaxLoader='Loading...';
16+
protected $ajaxLoader="<div class=\"ui active centered inline text loader\">Loading</div>";
1717

1818
abstract public function getUrl($url);
1919
abstract public function _add_event($element, $js, $event, $preventDefault=false, $stopPropagation=false,$immediatly=true);

0 commit comments

Comments
 (0)