mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-27 09:13:46 +08:00
clear unneeded css, change processing image [fixes SCI-758]
This commit is contained in:
parent
de3099e4d1
commit
8b0dab624d
3 changed files with 0 additions and 10 deletions
Binary file not shown.
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 24 KiB |
|
@ -11,7 +11,6 @@ function setupAssetsLoading() {
|
|||
|
||||
$.each(elements, function(_, el) {
|
||||
var $el = $(el);
|
||||
var spinner = $el.find(".asset-loading-spinner");
|
||||
|
||||
// Perform an AJAX call to present URL
|
||||
// to check if file already exists
|
||||
|
@ -70,7 +69,6 @@ function setupAssetsLoading() {
|
|||
$.each(elements, function(_, el) {
|
||||
var $el = $(el);
|
||||
$el.attr("data-status", "asset-failed");
|
||||
$el.find(".asset-loading-spinner").spin(false);
|
||||
$el.html($el.data("filename"));
|
||||
});
|
||||
}
|
||||
|
|
|
@ -1449,14 +1449,6 @@ html.turbolinks-progress-bar::before {
|
|||
visibility: visible;
|
||||
}
|
||||
|
||||
.asset-loading-spinner {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
|
||||
// Comments
|
||||
|
||||
.comment-more {
|
||||
|
|
Loading…
Reference in a new issue