Fix Munchkin
lookup check
Fixes https://jira.coreos.com/browse/QUAY-841
This commit is contained in:
parent
6212e552eb
commit
783ed4ef26
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
function initMunchkin() {
|
function initMunchkin() {
|
||||||
if(didInit === false) {
|
if(didInit === false) {
|
||||||
didInit = true;
|
didInit = true;
|
||||||
if (!Munchkin || !Munchkin.init) {
|
if (!window['Munchkin'] || !Munchkin.init) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue