In file console.js, at line 11, is assigning "self.url" to '/wp-content/plugins/wordpress-console/', but, if wordpress install is not in root, like my blog is in '/blog', the ajax request must receive 404 error, becaus the correct path (in self.url) should be '/blog/wp-content/plugins/wordpress-console/'.
In file console.js, at line 11, is assigning "self.url" to '/wp-content/plugins/wordpress-console/', but, if wordpress install is not in root, like my blog is in '/blog', the ajax request must receive 404 error, becaus the correct path (in self.url) should be '/blog/wp-content/plugins/wordpress-console/'.
There must be some way to fix it.
By the way, VERY NICE job! I like it so much! :D