25 Nov
                
                    2013
                
            
            
                25 Nov
                
                '13
                
            
            
            
        
    
                10:56 a.m.
            
        On 11/23/13 20:43, Joshua Kramer wrote:
So I found a solution. I dropped all of the files into /var/www/html and fired up apache... and presto, everything worked! I think this problem has to do with browser security and local files.
That's exactly right, Joshua. Browsers do not generally allow XMLHttpRequests to file:// urls. Cheers, Jos