Rank: Newbie
Joined: 8/18/2008 Posts: 1 Location: New Orleans
|
I've inherited an Umbraco project for maintenance. It's been a pretty good experience so far, but I've run up against some JS errors on one page courtesy of an outdated copy of Dojo. Fixing this one page was easy enough, but I'd like to search through the the entire project and determine where else /scripts/dojo/dojo.js may be referenced. It's my understanding that Umbraco renders the actual page content out on the fly based on the URL request (or something similar), so I can't search the files in the web root. Whenever I try the Find field on the top of the Umbraco admin page, I always receive a JS error 'umbracoXmlRequestResultTxt() has no properties' in umbraco.aspx (line 129) 'if (umbracoXmlRequestResultTxt().length > 0)'. This occurs in Firefox and IE. Since I've never had it work right, I'm not even sure this is the proper way to search the HTML content of my pages. Any guidance?
|