* Fix bug #13585.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
$(function()
|
||||
{
|
||||
$('[name=mode]').change(function()
|
||||
{
|
||||
var mode = $(this).val();
|
||||
if(mode == 'classic') $('#modeTips').html(newTips);
|
||||
if(mode == 'new') $('#modeTips').html(classicTips);
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user