mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-04-01 21:13:11 +00:00
added initial slash to image paths and disabled image compression to test on ios
This commit is contained in:
@@ -18,7 +18,6 @@ var resizeTimeout = setTimeout(onResizeComplete, 400);
|
||||
window.onresize = function () {
|
||||
clearTimeout(resizeTimeout);
|
||||
resizeTimeout = setTimeout(onResizeComplete, 400);
|
||||
console.log("onresize");
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user