Skip to content

Commit

Permalink
[fix] allow diskspaceh plugin to be read properly by rutorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
JMSDOnline committed Jul 5, 2016
1 parent 40502b9 commit 35bf6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugin.QuickBoxAllDone = plugin.allDone;
plugin.allDone = function()
{
plugin.QuickBoxAllDone.call(this);
$.each(["diskspace","quotaspace","cpuload"], function(ndx,name)
$.each(["diskapceh","diskspace","quotaspace","cpuload"], function(ndx,name)
{
var plg = thePlugins.get(name);
if(plg && plg.enabled)
Expand Down

0 comments on commit 35bf6c8

Please sign in to comment.