* Fix bug#15512.
This commit is contained in:
@@ -8,3 +8,16 @@ function showVideo()
|
||||
{
|
||||
$('video').removeClass('hidden');
|
||||
}
|
||||
|
||||
$(function()
|
||||
{
|
||||
$('#modeclassic').click(function()
|
||||
{
|
||||
$('#selectedModeTips').show();
|
||||
});
|
||||
|
||||
$('#modenew').click(function()
|
||||
{
|
||||
$('#selectedModeTips').hide();
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user