not sure why i commented that out
This commit is contained in:
parent
69980a3401
commit
f68b0ddc04
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
<link href="{{ url_for('static', filename='css/ui.css') }}" rel="stylesheet" media="screen">
|
<link href="{{ url_for('static', filename='css/ui.css') }}" rel="stylesheet" media="screen">
|
||||||
<link href="{{ url_for('static', filename='css/octoprint.less') }}" rel="stylesheet/less" type="text/less" media="screen">
|
<link href="{{ url_for('static', filename='css/octoprint.less') }}" rel="stylesheet/less" type="text/less" media="screen">
|
||||||
<link href="{{ url_for('static', filename='gcodeviewer/css/cupertino/jquery-ui-1.9.0.custom.css') }}" rel="stylesheet" media="screen">
|
<link href="{{ url_for('static', filename='gcodeviewer/css/cupertino/jquery-ui-1.9.0.custom.css') }}" rel="stylesheet" media="screen">
|
||||||
<!--link href="{{ url_for('static', filename='gcodeviewer/css/style.css') }}" rel="stylesheet" media="screen"-->
|
<link href="{{ url_for('static', filename='gcodeviewer/css/style.css') }}" rel="stylesheet" media="screen">
|
||||||
|
|
||||||
<script lang="javascript">
|
<script lang="javascript">
|
||||||
var AJAX_BASEURL = "/ajax/";
|
var AJAX_BASEURL = "/ajax/";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue