parent
280703c50c
commit
fce77806d0
@ -27,7 +27,7 @@ Config.App = {
|
|||||||
Config.Modes = {
|
Config.Modes = {
|
||||||
test: location.search.indexOf('test=1') > 0,
|
test: location.search.indexOf('test=1') > 0,
|
||||||
debug: location.search.indexOf('debug=1') > 0,
|
debug: location.search.indexOf('debug=1') > 0,
|
||||||
packed: false,
|
packed: location.protocol == 'app:' || location.protocol == 'chrome-extension:',
|
||||||
chrome_packed: window.chrome && chrome.app && chrome.app.window && true || false
|
chrome_packed: window.chrome && chrome.app && chrome.app.window && true || false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user