From bd07973cb4926fa3418a3e44d539c379f3e5a85d Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 27 Dec 2009 12:21:03 -0500 Subject: [PATCH 1/1] Don't over-escape Javascript in the web templates. $ doesn't need to be escaped in Mako templates when it's followed by an open parenthesis. svn path=/trunk/packages/invirt-web/; revision=2790 --- code/templates/list.mako | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/templates/list.mako b/code/templates/list.mako index d513763..288e44f 100644 --- a/code/templates/list.mako +++ b/code/templates/list.mako @@ -54,7 +54,7 @@ VM List Autoinstall${self.fn.helppopup('Autoinstalls')} + onchange="$('cdromlist').value = ''; $('vmtype-linux').checked = true"> ${self.fn.autoList(defaults.cdrom, "$('cd_or_auto_auto').checked = true;$('cdromlist').value = '';$('vmtype-linux').checked = true")} (experimental; 2-3 minutes, and you have a machine with empty root password.) @@ -62,7 +62,7 @@ ${self.fn.autoList(defaults.cdrom, "$('cd_or_auto_auto').checked = true;$('cdrom Boot CD + onchange="$('autoinstalllist').value = ''; $('vmtype-linux-hvm').checked = true"> ${self.fn.cdromList(defaults.cdrom, "$('cd_or_auto_cd').checked = true;$('autoinstalllist').value = '';$('vmtype-linux-hvm').checked = true")} @@ -147,7 +147,7 @@ ${has_vnc[machine]} -- 1.7.9.5