Skip to content

Commit

Permalink
Renomeia variável
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbarros committed Apr 29, 2022
1 parent 53c2758 commit 62022bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ieducar/intranet/scripts/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ function ajax( funcaoRetorno, id_campo = null, hostInformation = window.location
}
}

function buildUrl(host, arguments) {
let url = addRandToURL(arguments);
function buildUrl(host, args) {
let url = addRandToURL(args);

if (url.include('modules/')) {
host = host.replace('intranet/', '')
Expand Down

0 comments on commit 62022bf

Please sign in to comment.