mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 14:15:36 +07:00
Version 1.10.0
- Updated to Bootstrap 4.3.1 - Updated to jQuery 3.4.1 - Updated to DataTables 1.10.20 - Deleted unnecessary Bootstrap Dialog lib - Replaced [pick-a-color](https://github.com/lauren/pick-a-color) with [bootstrap-colorpicker 3.2.0](https://github.com/itsjavi/bootstrap-colorpicker) - Added [popper.js 1.16.0](https://github.com/popperjs/popper.js/tree/v1.16.0) - Fixed [#333](https://gitlab.com/KevinRoebert/ClearUrls/issues/333) - Fixed [#332](https://gitlab.com/KevinRoebert/ClearUrls/issues/332) - Fixed [#307](https://gitlab.com/KevinRoebert/ClearUrls/issues/307) - Maybe [#315](https://gitlab.com/KevinRoebert/ClearUrls/issues/315) fixed
This commit is contained in:
@@ -52,7 +52,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
<body>
|
||||
<div class="container content">
|
||||
<div class="row">
|
||||
<div class="col-sm-10 col-sm-offset-1">
|
||||
<div class="col-md-10 offset-md-1">
|
||||
<h1 class="text-center" id="title"></h1>
|
||||
<p class="text-center" id="body"></p>
|
||||
<p class="text-center">
|
||||
@@ -62,16 +62,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="navbar-fixed-bottom">
|
||||
<div class="navbar-inverse text-center">
|
||||
<small class="text-muted">v.<span id="version"></span></small>
|
||||
</div>
|
||||
<footer class="navbar navbar-dark bg-dark fixed-bottom">
|
||||
<small class="text-muted">ClearURLs v.<span id="version"></span></small>
|
||||
</footer>
|
||||
|
||||
<!-- Optional JavaScript -->
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
<script src="../browser-polyfill.js"></script>
|
||||
<script src="../external_js/jquery-3.2.1.min.js"></script>
|
||||
<script src="../external_js/jquery-3.4.1.min.js"></script>
|
||||
<script src="../external_js/bootstrap.min.js"></script>
|
||||
<script src="../core_js/siteBlockedAlert.js"></script>
|
||||
<script src="../core_js/write_version.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user