mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#18623976 : remove modifying action from form object
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7166 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
df0db09758
commit
ba6b993d5b
1 changed files with 1 additions and 2 deletions
|
|
@ -43,7 +43,7 @@
|
|||
**/
|
||||
|
||||
class XmlJsFilter extends XmlParser {
|
||||
var $version = '0.2.1';
|
||||
var $version = '0.2.2';
|
||||
var $compiled_path = './files/cache/js_filter_compiled/'; ///< 컴파일된 캐시 파일이 놓일 위치
|
||||
var $xml_file = NULL; ///< 대상 xml 파일
|
||||
var $js_file = NULL; ///< 컴파일된 js 파일
|
||||
|
|
@ -141,7 +141,6 @@
|
|||
$js_doc[] = "\tif(!validator) return false;";
|
||||
$js_doc[] = "\tif(!fo_obj.elements['_filter']) jQuery(fo_obj).prepend('<input type=\"hidden\" name=\"_filter\" value=\"\" />');";
|
||||
$js_doc[] = "\tfo_obj.elements['_filter'].value = '{$filter_name}';";
|
||||
$js_doc[] = "\tjQuery(fo_obj).attr('action', request_uri+'index.php?module={$module}&act={$act}'+(typeof(xeVid)=='string'?'&vid='+xeVid:''));";
|
||||
|
||||
$jsdoc = array();
|
||||
$jsdoc[] = '(function($){';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue