mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
- Fixed several issues with Web UI
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<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>
|
||||
<script type="text/javascript" src="scripts/mocha.js"></script>
|
||||
<!-- <script type="text/javascript" src="scripts/upload.js" charset="utf-8"></script> -->
|
||||
<script type="text/javascript">
|
||||
function submitForm(form) {
|
||||
@@ -15,6 +16,7 @@ function submitForm(form) {
|
||||
}
|
||||
document.uploadForm.submit();
|
||||
window.parent.showSuccess();
|
||||
//MochaUI.closeAll();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user