Skip to content

Commit

Permalink
histou: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Griesbacher committed Dec 7, 2016
1 parent 0c7a0a9 commit a7f05fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/histou/omd-histou.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ return function (callback) {
if(site && site.length > 1){
url = site[1]+'/histou/';
}
var configUrl = url+'index.php?host='+host+'&service='+service+'&height='+height+'&legend='+legend+debug+disablePanelTitel+disablePerfdataLookup+specificTemplate+'&annotations='+annotations;
var configUrl = url+'index.php?host='+host+'&service='+service+'&height='+height+'&legend='+legend+debug+disablePanelTitle+disablePerfdataLookup+specificTemplate+'&annotations='+annotations;

var flotAddons = url + 'flotAddons.js';
$.getScript(flotAddons, function (){});
Expand Down

0 comments on commit a7f05fd

Please sign in to comment.