mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
make js/css min
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9681 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
255fdc321b
commit
3424894322
3 changed files with 3 additions and 5 deletions
|
|
@ -2086,5 +2086,3 @@ function legacy_filter(filter_name, form, module, act, callback, responses, conf
|
|||
|
||||
return false;
|
||||
}
|
||||
/* Modal Fog Layer */
|
||||
jQuery(function($){$('.wfsr_fog>.bg').height($(document).height());});
|
||||
2
common/js/xe.min.js
vendored
2
common/js/xe.min.js
vendored
|
|
@ -71,4 +71,4 @@ b[0].toLowerCase();delete l[c]},API_APPLY_RULE:function(b,c){var d=c[0],g=c[1];r
|
|||
b){alert(b[0])},API_ADD_MESSAGE:function(a,b){c[b[0]]=b[1]},API_GET_MESSAGE:function(a,b){var d=b[0];return c[d]||d},API_ADD_CALLBACK:function(a,b){j[b[0]]=b[1]},API_REMOVE_CALLBACK:function(a,b){delete j[b[0]]}}));xe.registerApp(m);var k=xe.createPlugin("editor_stub",{API_BEFORE_VALIDATE:function(a,b){var c=b[0].getAttribute("editor_sequence");if(c&&typeof c=="object")c=c.value;if(c)try{editorRelKeys[c].content.value=editorRelKeys[c].func(c)||""}catch(d){}}});m.registerPlugin(new k)})(jQuery);
|
||||
function filterAlertMessage(a){var b=a.message,d=a.act,a=a.redirect_url,c=location.href;typeof b!="undefined"&&b&&b!="success"&&alert(b);typeof d!="undefined"&&d?c=current_url.setQuery("act",d):typeof a!="undefined"&&a&&(c=a);c==location.href&&(c=c.replace(/#(.*)$/,""));location.href=c}function procFilter(a,b){b(a);return false}
|
||||
function legacy_filter(a,b,d,c,e,g,j,l){var m=xe.getApp("Validator")[0],k=jQuery,h=[];if(!m)return false;b.elements._filter||k(b).prepend('<input type="hidden" name="_filter" />');b.elements._filter.value=a;h[0]=a;h[1]=function(a){var h={},a=k(a).serializeArray();k.each(a,function(a,b){var c=k.trim(b.value),d=b.name;if(!c||!d)return true;l[d]&&(d=l[d]);/\[\]$/.test(d)&&(d=d.replace(/\[\]$/,""));h[d]?h[d]+="|@|"+c:h[d]=b.value});if(j&&!confirm(j))return false;exec_xml(d,c,h,e,g,h,b)};m.cast("ADD_CALLBACK",
|
||||
h);m.cast("VALIDATE",[b,a]);return false};jQuery(function($){$('.wfsr_fog>.bg').height($(document).height());});
|
||||
h);m.cast("VALIDATE",[b,a]);return false};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue