Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

function nuEditPHP() / nuSetHash()

Questions related to using nuBuilder Forte.
Locked
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

function nuEditPHP() / nuSetHash()

Unread post by toms »

"Uncaught ReferenceError: nuSetHash is not defined"

nucommon.js -> function nuEditPHP()
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: function nuEditPHP() / nuSetHash()

Unread post by admin »

toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: function nuEditPHP() / nuSetHash()

Unread post by toms »

My point was that this function is still used in nucommon.js. Shouldn't it be replaced/updated?
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: function nuEditPHP() / nuSetHash()

Unread post by admin »

toms,

Is it affecting something you are doing?

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: function nuEditPHP() / nuSetHash()

Unread post 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....
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: function nuEditPHP() / nuSetHash()

Unread post by admin »

.
Locked