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 62cf31e commit 5598c22Copy full SHA for 5598c22
Ajax/php/ubiquity/JsUtils.php
@@ -119,7 +119,7 @@ public static function diBootstrap($controller, $options = [
119
]) {
120
$jquery = new JsUtils($options, $controller);
121
$jquery->bootstrap(new \Ajax\Bootstrap());
122
- $jquery->setAjaxLoader("<div class=\"ui active centered inline text loader\">Loading</div>");
+ $jquery->setAjaxLoader("<div class=\"d-flex justify-content-center\"><div class=\"spinner-border\" role=\"status\"><span class=\"sr-only\">Loading...</span></div></div>");
123
return $jquery;
124
}
125
0 commit comments