- 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

@@ -4,7 +4,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>_(Download from URL)</title>
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="css/mocha.css" type="text/css" />
<script type="text/javascript" src="scripts/mootools-1.2-core-yc.js" charset="utf-8"></script>
</head>
<body style="padding: 5px;">
@@ -164,6 +163,7 @@ loadPreferences = function() {
var request = new Request.JSON({
url: url,
method: 'get',
noCache: true,
onFailure: function() {
alert("Could not contact qBittorrent");
},