Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjust help dialog calls for better consistency
  • Loading branch information
ProfYaffle authored and perexg committed Jun 12, 2015
1 parent a7c2815 commit fec389b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/webui/static/app/acleditor.js
Expand Up @@ -100,7 +100,7 @@ tvheadend.passwdeditor = function(panel, index)
move: true,
list: list,
help: function() {
new tvheadend.help('Password Control Entries', 'config_passwd.html');
new tvheadend.help('Password Control Entries', 'config_passwords.html');
}
});
};
2 changes: 1 addition & 1 deletion src/webui/static/app/config.js
Expand Up @@ -334,7 +334,7 @@ tvheadend.miscconf = function(panel, index) {
text: 'Help',
iconCls: 'help',
handler: function() {
new tvheadend.help('General Configuration', 'config_misc.html');
new tvheadend.help('General Configuration', 'config_general.html');
}
});

Expand Down
2 changes: 1 addition & 1 deletion src/webui/static/app/tvhlog.js
Expand Up @@ -63,7 +63,7 @@ tvheadend.tvhlog = function(panel, index) {
text: 'Help',
iconCls: 'help',
handler: function() {
new tvheadend.help('Debug Configuration', 'config_tvhlog.html');
new tvheadend.help('Debug Configuration', 'config_debugging.html');
}
});

Expand Down

0 comments on commit fec389b

Please sign in to comment.