From d9cbf786d5a2a4d2ae41d781c251fb32c71d2509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Tue, 9 Jun 2015 22:33:18 +0200 Subject: [PATCH] Fix: Don't depend on presence of String.prototype.startsWith Instead use direct comparison with "divider" (matches docs more closely anyhow) --- src/octoprint/templates/navbar/systemmenu.jinja2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/octoprint/templates/navbar/systemmenu.jinja2 b/src/octoprint/templates/navbar/systemmenu.jinja2 index 6994c7e8..a2ee3f3b 100644 --- a/src/octoprint/templates/navbar/systemmenu.jinja2 +++ b/src/octoprint/templates/navbar/systemmenu.jinja2 @@ -3,10 +3,10 @@