]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/WebContent/js/search.js
Salome HOME
JSP are updated to use more struts tags. Javadoc comments are added.
[tools/siman.git] / Workspace / Siman / WebContent / js / search.js
index 91956e132c7a2d7774e726addf74b7d1e22c8e9c..69c905bb7c934442828774545f15cd0d59ac1ad9 100644 (file)
@@ -1,5 +1,4 @@
     function initialize (result) {
-//  ----------------------------
       var state = search.state.value;
 
       if (state == "inWORK" || state == "inDRAFT" || state == "inCHECK") {
@@ -11,7 +10,6 @@
     }
 
     function setState () {
-//  --------------------
       var state = search.state.value;
 
       if (state == "inWORK" || state == "inDRAFT" || state == "inCHECK") {
@@ -26,7 +24,6 @@
     }
 
     function changeFilter () {
-//  ------------------------
       var result = document.getElementById("resulist");
 
       search.elements[0].value = "0";      // Marks the result obsolete
     }
 
     function removeContext (index) {
-//  ------------------------------
        search.elements[0].value = index;
        search.submit();
     }
 
     function cancel () {
-//  ------------------
       search.elements[0].value = "-1";
       search.submit();
     }
\ No newline at end of file