Se a Eliminado de Head los script js para evitar su carga inecesaria cuando no hace falta

This commit is contained in:
adevopg
2025-02-15 17:53:52 +01:00
parent 4b83057131
commit fa8a0e0891
25 changed files with 100 additions and 26 deletions
@@ -12,7 +12,7 @@ $(function(){
function doRefresh() {
$("#nw-rename-guild-form").load(document.URL + " #nw-rename-guild-form>*", function(){
$.getScript('nw-js-handlers/rename_guild_response.js');
$.getScript('/static/nw-themes/nw-ryu/nw-js-handlers/rename_guild_response.js');
});
}