Page 2 of 2

How do I fix this problem with links that are manipulated by a restservice's response?

Posted: Wed Nov 20, 2013 9:20 pm
by Kateryna Grynko

Matthias,

Did you change source files? Please open Sources tab and see if there are any files marked in blue.


How do I fix this problem with links that are manipulated by a restservice's response?

Posted: Wed Nov 20, 2013 9:23 pm
by Matthias Sieber

I did take a look at the source code, but did not change anything in there. No files are marked in blue.


How do I fix this problem with links that are manipulated by a restservice's response?

Posted: Wed Nov 20, 2013 9:59 pm
by Kateryna Grynko

Matthias,

Please share your application with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us where we can see this.


How do I fix this problem with links that are manipulated by a restservice's response?

Posted: Wed Nov 20, 2013 11:39 pm
by Matthias Sieber

For some reason the mapping to the other links was gone. This is what I ended up using:

Code: Select all

 $("[dsid$=_link]", $.mobile.activePage).not("[href='']").show();