Skip to content

Commit

Permalink
Update jquery.gifplayer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MGNexus committed Feb 3, 2016
1 parent dd04b79 commit 6ad947c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/jquery.gifplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@

getFile: function( ext ){
// Obtain the resource default path
var gif = this.getOption('gif');
if(gif != undefined && gif != ''){
return gif;
var sExt = this.getOption(ext);
if(sExt != undefined && sExt != ''){
return sExt;
}else{
replaceString = this.previewElement.attr('src');

Expand Down

0 comments on commit 6ad947c

Please sign in to comment.