fix dev support
This commit is contained in:
parent
7e1a72a85c
commit
11210f4d54
@ -15,10 +15,9 @@ ga('set', 'title', document.title);
|
||||
//ga('set', 'campaignMedium', '(none)');
|
||||
// </GoogleAnalytics>
|
||||
|
||||
var isDev
|
||||
try {
|
||||
var qoomon_dev;
|
||||
var isDev = qoomon_dev;
|
||||
|
||||
|
||||
// load jQuery
|
||||
if (window.jQuery === undefined) {
|
||||
appendScript('//ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js');
|
||||
@ -1084,3 +1083,5 @@ try {
|
||||
'exFatal': true
|
||||
});
|
||||
}
|
||||
|
||||
isDev = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user