Browse Source

Update oxwindow.class.php

tags/6.3.0
叙述、别离 6 months ago
parent
commit
7fc8894b8f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/system/libraries/oxwindow.class.php

+ 1
- 1
src/system/libraries/oxwindow.class.php View File

@@ -35,7 +35,7 @@ class OxWindow
$this->myWin .= fread($fp, filesize($checkScript)); $this->myWin .= fread($fp, filesize($checkScript));
fclose($fp); fclose($fp);
} else { } else {
$this->myWin .= "<!--function CheckSubmit(){return true;}-->";
$this->myWin .= "function CheckSubmit(){return true;}";
} }
$this->myWin .= "</script>"; $this->myWin .= "</script>";
$this->formName = $formname; $this->formName = $formname;


Loading…
Cancel
Save