Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. main.js
  2.  
  3. // Fix issue # 36
  4. if (device.platform === "Win32NT" && (navigator.connection.type === Connection.NONE || navigator.connection.type === Connection.UNKNOWN)) {
  5. hideLoading();
  6. changePage("offline");
  7. return;
  8. } // if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement