From 6ef2d9cbd7d7ecfcfd8fefb9bc249b84a2302d54 Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Thu, 10 Nov 2011 08:53:04 -0500 Subject: [PATCH] fix html markup errors and update code --- interface/web/js/scrigo.js.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/js/scrigo.js.php b/interface/web/js/scrigo.js.php index ecfcf83..94b7075 100644 --- a/interface/web/js/scrigo.js.php +++ b/interface/web/js/scrigo.js.php @@ -101,7 +101,7 @@ } -function submitForm(formname,target) { +function submitForm(formname,target) { var submitFormObj = jQuery.ajax({ type: "POST", url: target, data: jQuery('#'+formname).serialize(), -- Gitblit v1.9.1