mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Remove cruft.
This commit is contained in:
parent
1a3fb459e0
commit
1cb4c819e1
|
@ -431,8 +431,6 @@ function init() {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/static/js/graph_template.handlebar",
|
url: "/static/js/graph_template.handlebar",
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
console.log("got template")
|
|
||||||
console.log(data)
|
|
||||||
graphTemplate = Handlebars.compile(data);
|
graphTemplate = Handlebars.compile(data);
|
||||||
var options = parseGraphOptionsFromUrl();
|
var options = parseGraphOptionsFromUrl();
|
||||||
if (options.length == 0) {
|
if (options.length == 0) {
|
||||||
|
|
Loading…
Reference in a new issue