mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
uwuzu v1.6.8 Hapuego
This commit is contained in:
@@ -12,6 +12,7 @@ $(document).on('click', '.mini_irobtn', function (event) {
|
||||
|
||||
$(document).on('click', '#ueuse_image', function (event) {
|
||||
var imgLink = $(this).attr('src');
|
||||
var imgAIBlock = $(this).attr('data-aiblock');
|
||||
|
||||
var modal = $('#Big_ImageModal');
|
||||
var modalMain = $('.modal-content');
|
||||
@@ -19,6 +20,12 @@ $(document).on('click', '#ueuse_image', function (event) {
|
||||
|
||||
$(modalimg_zone).attr('src',imgLink);
|
||||
|
||||
if(imgAIBlock == "true"){
|
||||
$("#NoAI_Footer").show();
|
||||
}else{
|
||||
$("#NoAI_Footer").hide();
|
||||
}
|
||||
|
||||
modal.show();
|
||||
modalMain.addClass("slideUp");
|
||||
modalMain.removeClass("slideDown");
|
||||
|
||||
Reference in New Issue
Block a user