init
This commit is contained in:
10
common/js/pc.js
Normal file
10
common/js/pc.js
Normal file
@@ -0,0 +1,10 @@
|
||||
(function() {
|
||||
var u = navigator.userAgent,
|
||||
w = window.innerWidth;
|
||||
if (w >= 960) {
|
||||
window.innerWidth = 960;
|
||||
window.onload = function() {
|
||||
window.innerWidth = 960;
|
||||
}
|
||||
}
|
||||
})();
|
||||
Reference in New Issue
Block a user