From 783ed4ef261670ef7d39ae32a1a13184a929ca13 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 16 Mar 2018 13:12:33 -0400 Subject: [PATCH] Fix `Munchkin` lookup check Fixes https://jira.coreos.com/browse/QUAY-841 --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 21fb7cd22..f7bc76abe 100644 --- a/templates/base.html +++ b/templates/base.html @@ -76,7 +76,7 @@ function initMunchkin() { if(didInit === false) { didInit = true; - if (!Munchkin || !Munchkin.init) { + if (!window['Munchkin'] || !Munchkin.init) { return; }