Skip to content

Commit 5598c22

Browse files
committed
update bootstrap loader
1 parent 62cf31e commit 5598c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ajax/php/ubiquity/JsUtils.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static function diBootstrap($controller, $options = [
119119
]) {
120120
$jquery = new JsUtils($options, $controller);
121121
$jquery->bootstrap(new \Ajax\Bootstrap());
122-
$jquery->setAjaxLoader("<div class=\"ui active centered inline text loader\">Loading</div>");
122+
$jquery->setAjaxLoader("<div class=\"d-flex justify-content-center\"><div class=\"spinner-border\" role=\"status\"><span class=\"sr-only\">Loading...</span></div></div>");
123123
return $jquery;
124124
}
125125
}

0 commit comments

Comments
 (0)