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",
|
"name": "mail-html5",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"subdomain": "whiteout",
|
|
||||||
"scripts": {
|
|
||||||
"start": "node server.js"
|
|
||||||
},
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.8"
|
"node": ">=0.8"
|
||||||
},
|
},
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
// are we running in native app or in browser?
|
// are we running in native app or in browser?
|
||||||
var isBrowser = false;
|
var isBrowser = false;
|
||||||
if (document.URL.indexOf("http://") !== -1) {
|
if (document.URL.indexOf("http") === 0) {
|
||||||
isBrowser = true;
|
isBrowser = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user