loleaflet/html/loading.html | 32 -------------------------------- 1 file changed, 32 deletions(-)
New commits: commit afcfd7a616561decda77ab68bb756851a06038e7 Author: Alexandru Vlăduţu <[email protected]> AuthorDate: Thu Apr 4 15:32:47 2019 +0300 Commit: Szymon Kłos <[email protected]> CommitDate: Thu Apr 4 14:55:23 2019 +0200 loleaflet: remove loading html page leftover loading.html resource made obsolete by commit 51e849bf5dcb4bcef1fd042bb45f07b4383cb461 Change-Id: I2308e4c121520f6ed293d5e86805c4daeec3fca6 Reviewed-on: https://gerrit.libreoffice.org/70257 Reviewed-by: Szymon Kłos <[email protected]> Tested-by: Szymon Kłos <[email protected]> diff --git a/loleaflet/html/loading.html b/loleaflet/html/loading.html deleted file mode 100644 index a99cc7315..000000000 --- a/loleaflet/html/loading.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <meta charset="utf-8"> - <style type="text/css"> - .body { - background: #FFFFFF; - } - .spinner - { - position: absolute; - text-align: center; - margin: auto; - top: 0; - right: 0; - bottom: 0; - left: 0; - width: 100px; - height: 100px; - } - </style> - </head> - <body> - <div class="spinner"> - <canvas id="spinner" class="leaflet-progress-spinner-canvas"></canvas> - </div> - <script> - var spinnerInterval = window.parent.L.LOUtil.startSpinner(document.getElementById('spinner'), 1.5); - </script> - </body> -</html> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
