Thread: Resolved Loading indicator question
View Single Post
Old 02-12-2013, 09:21 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,387
Thanks: 18
Thanked 350 Times in 349 Posts
sunfighter is on a distinguished road
Code:
document.getElementById('loading-indicator').innerHTML = 'Loading file...';
loading-indicator is not an ID it's a class.

And don't see where your loading anything. Is that somewhere else?
sunfighter is offline   Reply With Quote
Users who have thanked sunfighter for this post:
durangod (02-12-2013)