mirror of
https://github.com/moparisthebest/mail
synced 2024-11-25 10:22:18 -05:00
minor cleanup
This commit is contained in:
parent
f80fa586b5
commit
e10759f7f4
@ -1,10 +1,6 @@
|
||||
{
|
||||
"name": "mail-html5",
|
||||
"version": "0.0.1",
|
||||
"subdomain": "whiteout",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8"
|
||||
},
|
||||
|
@ -43,7 +43,7 @@
|
||||
$(document).ready(function() {
|
||||
// are we running in native app or in browser?
|
||||
var isBrowser = false;
|
||||
if (document.URL.indexOf("http://") !== -1) {
|
||||
if (document.URL.indexOf("http") === 0) {
|
||||
isBrowser = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user