* Modify system block style.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
$(function()
|
||||
{
|
||||
$(document).on('click', '.setting-box', function()
|
||||
{
|
||||
location.href = $(this).data('link');
|
||||
}).on('click', '.setting-box a', function(e)
|
||||
{
|
||||
e.stopPropagation();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user