Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottodix authored May 19, 2019
1 parent 7456667 commit 6091daf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/eole/js/JStheme_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -2291,6 +2291,9 @@ function FormatCover(image, w, h, rawBitmap, callID) {
} catch(e){fb.ShowPopupMessage(properties.panelName+" resize error w:"+w+" h:"+h+"error, typeof image:"+typeof(image)+image+", callID:"+callID); return null;}
}
};
function isImage(variable){
return (typeof variable == 'object' && variable!=null)
}
function check_cache(metadb, albumIndex, crc){
//if(crc=='undefined') return false;

Expand Down

0 comments on commit 6091daf

Please sign in to comment.