Skip to content

Commit

Permalink
Update init.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iccole authored Jan 16, 2025
1 parent 85db542 commit 6338c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pn-site/js/init.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function init() {
initjQueryMigrate();
//mute: initjQueryMigrate();
jQuery("div#hd h1").on('click', () => { window.location = "/" });
jQuery("li.dialog").each(function(i) {
jQuery(this).after("<li><a href=\"#\" onclick=\"javascript:jQuery('#" + this.id + "c').dialog({height:100,modal:true})\">" + this.title + "</a></li>");
Expand Down

0 comments on commit 6338c3d

Please sign in to comment.