mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
issue 33 install introduce page, not progress next step
proc filter not use git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8487 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ea5f460da6
commit
23c8d66950
4 changed files with 10 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ jQuery(function($){
|
|||
var agree = $('.agreement');
|
||||
agree.submit(function(){
|
||||
if($('#lgpl:checked').length==0){
|
||||
alert('{$lang->msg_license_agreement_alert}');
|
||||
alert($('#agree_license_text').val());
|
||||
$('#lgpl').focus();
|
||||
return false;
|
||||
}
|
||||
|
|
@ -95,4 +95,4 @@ jQuery(function($){
|
|||
select_input.change(set_label).focus(set_label);
|
||||
select_label.hover(i_hover).click(hide_option);
|
||||
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue