one more missing debug

This commit is contained in:
Ralf Becker 2013-07-19 15:22:37 +00:00
parent f55a668bdf
commit 70c56ebab6

View File

@ -66,7 +66,7 @@
if (debug) console.log('creating new egw object'); if (debug) console.log('creating new egw object');
} }
} }
else console.log('found injected egw object'); else if (debug) console.log('found injected egw object');
// check for a framework object // check for a framework object
if (typeof window.framework == 'undefined') if (typeof window.framework == 'undefined')