From 53608c83d0c8a652367a34005c4690375a792644 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 20 Oct 2014 13:27:56 +0200 Subject: [PATCH] iframe: Load JavaScript even when 'isIframe' is true --- application/layouts/scripts/layout.phtml | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/layouts/scripts/layout.phtml b/application/layouts/scripts/layout.phtml index c4354cee2..d801f060e 100644 --- a/application/layouts/scripts/layout.phtml +++ b/application/layouts/scripts/layout.phtml @@ -52,7 +52,6 @@ $iframeClass = $isIframe ? ' iframe' : '';
render('body.phtml') ?>
- @@ -64,6 +63,5 @@ var icinga = new Icinga({ baseUrl: 'href('/') ?>' }); -