Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
#206: 5376abc: fixed edit-buttons in web-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
hugbug committed May 2, 2016
1 parent 8c4d8ce commit 11fc72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/config.js
Expand Up @@ -1044,7 +1044,7 @@ var Config = (new function($)
}

// register editors for certain options
var conf = config[0];
var conf = config[1];
for (var j=0; j < conf.sections.length; j++)
{
var section = conf.sections[j];
Expand Down

0 comments on commit 11fc72e

Please sign in to comment.