Skip to content

Commit

Permalink
Update waifu-tips.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hst1189 authored Oct 26, 2024
1 parent 47ced38 commit 4310720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/waifu-tips.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ function initModel(a, c) {
window.open(live2d_settings.aboutPageUrl)
});
"object" == (void 0 === a ? "undefined" : _typeof(a)) ? loadTipsMessage(a) : $.ajax({
url: "" == a ? live2d_settings.tipsMessage : "waifu-tips.json" == a.substr(a.length - 15) ? a : a + "waifu-tips.json",
//url: "" == a ? live2d_settings.tipsMessage : "waifu-tips.json" == a.substr(a.length - 15) ? a : a + "waifu-tips.json",
url: a,
dataType: "json",
cache: false,
success: function(a) {
Expand Down

0 comments on commit 4310720

Please sign in to comment.