Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4197 - branches/WebAdmin

Subject: perfsonar development work

List archive

perfsonar: r4197 - branches/WebAdmin


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4197 - branches/WebAdmin
  • Date: Wed, 16 Jul 2008 04:24:53 -0400

Author: michalis
Date: 2008-07-16 04:24:52 -0400 (Wed, 16 Jul 2008)
New Revision: 4197

Modified:
branches/WebAdmin/sqlma_admin_script.js
Log:


Modified: branches/WebAdmin/sqlma_admin_script.js
===================================================================
--- branches/WebAdmin/sqlma_admin_script.js 2008-07-16 08:24:35 UTC (rev
4196)
+++ branches/WebAdmin/sqlma_admin_script.js 2008-07-16 08:24:52 UTC (rev
4197)
@@ -75,8 +75,9 @@

var res = confirm("This action will delete the selected ibatis files
pair. Are you sure you want to continue?");
if (res) {
- var res2 = confirm("Do you want to delete the contents of the table
containing the data?");
- if (res2) {
+ return true;
+ //var res2 = confirm("Do you want to delete the contents of
the table containing the data?");
+ /*if (res2) {

var el = document.createElement("input");
el.type = "hidden";
@@ -89,7 +90,7 @@
else {
//document.form.submit();
return true;
- }
+ }*/

}
else {



  • perfsonar: r4197 - branches/WebAdmin, svnlog, 07/16/2008

Archive powered by MHonArc 2.6.16.

Top of Page