diff service/laundry/static/gui.js @ 99:3c583603f261

start switch to goweb, for improved incoming payload handling Ignore-this: 18f1a3f3fef04a22a1d4e84a6e5e09ca
author drewp@bigasterisk.com
date Sat, 31 Aug 2013 11:24:09 -0700
parents 27a685ce2e5d
children 64ad5ad17dc1
line wrap: on
line diff
--- a/service/laundry/static/gui.js	Sat Aug 31 10:39:04 2013 -0700
+++ b/service/laundry/static/gui.js	Sat Aug 31 11:24:09 2013 -0700
@@ -1,5 +1,6 @@
 'use strict';
 
+
 function Ctrl($scope, $http) {
     function refresh() {
         $http.get("status").success(function (data) {