I'm trying to load in a text file using ajax. The file is in my files and was working fine when I was loading it from another layout. I needed to move the loading procedure to a new layout and now I can't get even the most basic of Ajax commands to work.
All I have now is :
On start of layout : Ajax Request Games.txt (tag "games")
Ajax (On 'games' completed) : Do something.
This isn't working at all. The event never triggers.
As I said, this worked fine in a different layout but now this most basic set of commands isn't triggering. Is there something I'm missing? The Ajax object is still in my project as is the file.