Remove jquery from outer

This commit is contained in:
yflory
2017-12-01 16:05:20 +01:00
parent c6b8bbea59
commit c59c6072f3
15 changed files with 54 additions and 410 deletions

View File

@@ -10,7 +10,6 @@ define([
// Add handler to the language selector
Msg.setLanguage = function (l, sframeChan, cb) {
console.log(sframeChan);
if (sframeChan) {
// We're in the sandbox
sframeChan.query("Q_LANGUAGE_SET", l, cb);