Skip to content

Commit a350abd

Browse files
author
Gajendra Jena
committed
changing the asset image path
1 parent 0ff3c5b commit a350abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/assets/stylesheets/jquery.fileupload-ui.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
margin-bottom: 5px;
3232
}
3333
.progress-animated .bar {
34-
background: url(../img/progressbar.gif) !important;
34+
background: asset-url('/assets/progressbar.gif') !important;
3535
filter: none;
3636
}
3737
.fileupload-loading {
3838
float: right;
3939
width: 32px;
4040
height: 32px;
41-
background: url(../img/loading.gif) center no-repeat;
41+
background: asset-url('/assets/loading.gif') center no-repeat;
4242
background-size: contain;
4343
display: none;
4444
}

0 commit comments

Comments
 (0)