mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Update to MochaUI svn/trunk
* Fixes IE7/8 compatibility - Use Yui compressor on mocha.js
This commit is contained in:
parent
f0a18ec1f5
commit
b976d39207
24 changed files with 8367 additions and 5790 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue