mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
uwuzu version 1.2.23
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
$(document).on('click', '.mini_irobtn', function(event) {
|
||||
event.preventDefault();
|
||||
mother = $(this).parent();
|
||||
mother2 = $(mother).parent();
|
||||
$(mother2).next('.nsfw_main').children().removeClass('block');
|
||||
$(mother2).next('.nsfw_main').children().addClass('clear');
|
||||
|
||||
$(mother2).next('.nsfw_main').removeClass('nsfw_main');
|
||||
$(mother2).hide();
|
||||
});
|
||||
Reference in New Issue
Block a user