Skip to content

Commit

Permalink
[UX] fixed minor graphical bug producing 404 in browser consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
JMSDOnline committed Jul 5, 2016
1 parent 408a51a commit 40502b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1,745 deletions.
3 changes: 1 addition & 2 deletions init.js
@@ -1,7 +1,6 @@
/*
* club-Swizards skin for ruTorrent
* Author: JMSolo Designs - https://jmsolodesigns.com/
* Provider: Solution Wizards - https://swizards.net/
* Author: JMSolo - https://plaza.quickbox.io/
*/

plugin.QuickBoxAllDone = plugin.allDone;
Expand Down
4 changes: 2 additions & 2 deletions lang/en.js
Expand Up @@ -3,10 +3,10 @@
*
* English language file.
*
* Author: Jason Matthews - https://jmsolodesigns.com/
* Author: JMSolo - https://plaza.quickbox.io/
*/

theUILang.themeStandard = "QuickBox";
theUILang.theme = "Theme";

thePlugins.get("theme").langLoaded();
thePlugins.get("theme").langLoaded();
4 changes: 2 additions & 2 deletions stable.css
Expand Up @@ -27,7 +27,7 @@ div#tdcont .stable {
border: none;
}
.stable-head table tr td {
background: transparent url("../images/blank.gif") no-repeat scroll right center;
background: transparent url("./images/blank.gif") no-repeat scroll right center;
border-color: #222;
border-style: none solid solid none;
border-width: 0 1px 1px 0;
Expand Down Expand Up @@ -167,4 +167,4 @@ div.stable-body table tbody tr.even:hover:nth-child(2n+1) td {
font-weight: 400;
text-align: center;
text-shadow: 0 0 4px #000;
}
}

0 comments on commit 40502b9

Please sign in to comment.