not sure why i commented that out

master
Richard Mitchell 2013-03-07 21:10:42 +00:00
parent 69980a3401
commit f68b0ddc04
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<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='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">
var AJAX_BASEURL = "/ajax/";