if (!data.pre && !data.text) {
elBySelAll('img', div, (function(img) {
var src = img.src;
- if ((src.indexOf('data:image') === 0 | src.indexOf("blob:") === 0) && src !== transparentGif) {
+ if ((src.indexOf('data:image') === 0 || src.indexOf("blob:") === 0) && src !== transparentGif) {
img.src = transparentGif;
var uuid = WCF.getUUID();
}, {passive: true});
UiScreen.on('screen-sm-down', {
- match() {
+ match: function() {
_toTopButtonThreshold = 50;
},
- unmatch() {
+ unmatch: function() {
_toTopButtonThreshold = 300;
},
- setup() {
+ setup: function() {
_toTopButtonThreshold = 50;
}
});