@ -340,12 +340,16 @@ function userActionHandle(availableOptions)
|
||||
{
|
||||
$("table").hide();
|
||||
$("#gallery").show();
|
||||
$(".style-select.frame").addClass('active');
|
||||
$(".style-select.list").removeClass('active');
|
||||
window.localStorage.setItem('explorer-view', 'gallery');
|
||||
});
|
||||
$(".style-select.list").click(function()
|
||||
{
|
||||
$("#gallery").hide();
|
||||
$("table").show();
|
||||
$(".style-select.frame").removeClass('active');
|
||||
$(".style-select.list").addClass('active');
|
||||
window.localStorage.setItem('explorer-view', 'table');
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user