|
|
|
@ -161,8 +161,8 @@ OC.Settings.Apps = OC.Settings.Apps || { |
|
|
|
|
|
|
|
var page = $('#app-' + app.id); |
|
|
|
|
|
|
|
// image loading kung-fu
|
|
|
|
if (app.preview) { |
|
|
|
// image loading kung-fu (IE doesn't properly scale SVGs, so disable app icons)
|
|
|
|
if (app.preview && !OC.Util.isIE()) { |
|
|
|
var currentImage = new Image(); |
|
|
|
currentImage.src = app.preview; |
|
|
|
|
|
|
|
|