- Update to MochaUI svn/trunk

* Fixes IE7/8 compatibility
- Use Yui compressor on mocha.js
This commit is contained in:
Christophe Dumez 2009-12-05 14:19:37 +00:00
parent f0a18ec1f5
commit b976d39207
24 changed files with 8367 additions and 5790 deletions

View file

@ -207,7 +207,7 @@ void HttpConnection::respond()
ext.clear();
QByteArray data = file.readAll();
// Translate the page
if(ext == "html" || ext == "js") {
if(ext == "html" || (ext == "js" && !list.last().startsWith("excanvas"))) {
data = translateDocument(QString::fromUtf8(data.data())).toUtf8();
}
generator.setStatusLine(200, "OK");