mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 14:15:36 +07:00
Hotfix for performance issue and center "rules"-btn
- Delete temporary the async promise function, because it works not like it should work. (We will test some methods to increase the performance, but the performance is already okay) + Add suggestion from @grenzor #21 to center the "rules-status"-button
This commit is contained in:
@@ -104,8 +104,10 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-1">
|
||||
<h5><b>Rules-Status</b></h5>
|
||||
<a href="https://github.com/KevinRoebert/ClearUrls/commits/master/data/data.json"
|
||||
id="hashStatus" class="btn btn-primary btn-xs pull-right"></a>
|
||||
<div class="text-center">
|
||||
<a href="https://github.com/KevinRoebert/ClearUrls/commits/master/data/data.json"
|
||||
id="hashStatus" class="btn btn-primary btn-xs"></a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<br />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user