fix dev support

This commit is contained in:
Bengt Brodersen 2015-01-28 01:20:39 +01:00
parent 7e1a72a85c
commit 11210f4d54

View File

@ -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;