* Finish task #40305.

This commit is contained in:
holan20180123
2021-07-16 16:58:36 +08:00
parent ecf2810b1b
commit f75815e4fb
7 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ $(function()
$('[name=mode]').change(function()
{
var mode = $(this).val();
if(mode == 'classic') $('#modeTips').html(newTips);
if(mode == 'new') $('#modeTips').html(classicTips);
if(mode == 'new') $('#modeTips').html(newTips);
if(mode == 'classic') $('#modeTips').html(classicTips);
})
})