parent
604c67948a
commit
73b81c6cd2
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@
|
|||
function initMunchkin() {
|
||||
if(didInit === false) {
|
||||
didInit = true;
|
||||
if (!Munchkin || !Munchkin.init) {
|
||||
return;
|
||||
}
|
||||
|
||||
Munchkin.init('{{ munchkin_key }}');
|
||||
window.__quay_munchkin_queue.forEach(function(queue_item) {
|
||||
Munchkin.munchkinFunction.apply(Munchkin, queue_item);
|
||||
|
|
Reference in a new issue