Page 1 of 1
function nuEditPHP() / nuSetHash()
Posted: Wed Dec 27, 2017 5:08 pm
by toms
"Uncaught ReferenceError: nuSetHash is not defined"
nucommon.js -> function nuEditPHP()
Re: function nuEditPHP() / nuSetHash()
Posted: Thu Dec 28, 2017 12:03 am
by admin
Re: function nuEditPHP() / nuSetHash()
Posted: Thu Dec 28, 2017 6:40 am
by toms
My point was that this function is still used in nucommon.js. Shouldn't it be replaced/updated?
Re: function nuEditPHP() / nuSetHash()
Posted: Thu Dec 28, 2017 8:08 am
by admin
toms,
Is it affecting something you are doing?
Steven
Re: function nuEditPHP() / nuSetHash()
Posted: Wed Jan 03, 2018 3:22 pm
by toms
admin wrote:Is it affecting something you are doing?
Well, calling an inexistent function, nuSetHash(), outputs an error to the console (which is not nice, IMO). Apart from this, I can't tell you if it is affecting someting or if it needs to be replaced with nuSetProperty().
But if you want to leave the code as it is, it's your decision....
Re: function nuEditPHP() / nuSetHash()
Posted: Wed Jan 03, 2018 4:29 pm
by admin
.