* Adjust js init.

This commit is contained in:
caoyanyi
2023-11-10 15:20:14 +08:00
parent 6ea6983436
commit a4fd730b30
+2 -2
View File
@@ -1,8 +1,8 @@
window.afterPageUpdate = function()
$(function()
{
replaceExample();
$(document).on('keyup', 'input', function(){replaceExample()});
}
});
function replaceExample()
{