Skip to content

Commit f0efe6a

Browse files
committed
Merge pull request tors#8 from jmthomas/master
Fix the asset path to loading.gif
2 parents 1c8e967 + 56007aa commit f0efe6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/assets/stylesheets/jquery.fileupload-ui.css.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
left: 50%;
4646
width: 128px;
4747
height: 128px;
48-
background: url(<%= asset_path 'images/loading.gif' %>) center no-repeat;
48+
background: url(<%= asset_path 'loading.gif' %>) center no-repeat;
4949
display: none;
5050
}
5151
.fileupload-processing .fileupload-loading {

0 commit comments

Comments
 (0)