Ignore:
Timestamp:
2013/08/16 21:30:10 (11 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
インストールのテンプレート変更漏れ.
フォームを正しく取得できていなかった不具合を修正.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/html/install/templates/step3.tpl

    r23066 r23077  
    2323<!-- 
    2424    // モードとキーを指定してSUBMITを行う。 
    25     function eccube.setModeAndSubmit(mode) { 
     25    eccube.setModeAndSubmit = function(mode) { 
    2626        switch(mode) { 
    2727        case 'drop': 
     
    3535        document.form1['mode'].value = mode; 
    3636        document.form1.submit(); 
    37     } 
     37    }; 
    3838//--> 
    3939</script> 
Note: See TracChangeset for help on using the changeset viewer.