Commit 3e3900e4 authored by Kristopher Ruzic's avatar Kristopher Ruzic

Fix appcache, clean up code, remove unfinished bits

commit for appcache
parent 2a9bdbd8
......@@ -117,10 +117,7 @@ renderjs.js\n
rsvp.js\n
\n
NETWORK:\n
*\n
\n
FALLBACK:\n
/ offline.html</string> </value>
*</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -241,7 +238,7 @@ FALLBACK:\n
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
<value> <string>normie</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -255,7 +252,7 @@ FALLBACK:\n
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>945.44004.47120.53725</string> </value>
<value> <string>945.44005.30137.52718</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -273,7 +270,7 @@ FALLBACK:\n
</tuple>
<state>
<tuple>
<float>1441977927.57</float>
<float>1442825498.81</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -147,7 +147,7 @@
font-size: 10px !important;\n
}\n
\n
.group-header{\n
.group-header {\n
overflow: hidden;\n
display: -webkit-box;\n
display: -moz-box;\n
......@@ -169,17 +169,13 @@
padding: 0.3em;\n
}\n
\n
.group-buttons {\n
padding-left: 0.2em;\n
padding-right: 0.4em;\n
}\n
.group-title {\n
margin: 0;\n
}\n
\n
textarea {\n
font-size: 12pt;\n
font-family: Arial;\n
font-size: 12pt;\n
font-family: Arial;\n
} </string> </value>
</item>
<item>
......@@ -315,7 +311,7 @@ textarea {\n
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>945.48403.6964.15854</string> </value>
<value> <string>945.58471.22859.6468</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -333,7 +329,7 @@ textarea {\n
</tuple>
<state>
<tuple>
<float>1442245337.25</float>
<float>1442845882.12</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -221,12 +221,9 @@
<script class="dialog-template" type="text/x-handlebars-template">\n
<div class="discussion-content"></div>\n
<div data-role="footer" data-position="fixed" data-tap-toggle="false" role="contentinfo" class="group-header ui-footer ui-bar-inherit ui-footer-fixed slideup">\n
<form class="message-form" style="width: 100%;">\n
<textarea id="jabber-message" class="group-title ui-input-text ui-shadow-inset ui-body-inherit ui-corner-all" style="width:100%; margin-top: 0px; resize: none;" placeholder="Write something..."></textarea>\n
<form class="message-form" style="width: 100%; margin-right: 0.6em;">\n
<textarea id="jabber-message" class="ui-input-text ui-shadow-inset ui-body-inherit ui-corner-all ui-textinput-autogrow" style="width: 100%; margin: 0px; resize: none; height: 50px;" placeholder="Write something..."></textarea>\n
</form>\n
<div class="group-buttons">\n
<button class="ui-input-clear ui-input-btn ui-btn ui-icon-grid ui-btn-icon-notext ui-corner-all" type="" value=""></button>\n
</div>\n
</div>\n
</script>\n
\n
......@@ -430,7 +427,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>945.49811.42714.9881</string> </value>
<value> <string>945.58531.43538.31607</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -448,7 +445,7 @@
</tuple>
<state>
<tuple>
<float>1442326299.88</float>
<float>1442849581.82</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -1071,7 +1071,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>945.58073.19264.41113</string> </value>
<value> <string>945.58365.12330.28757</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -1089,7 +1089,7 @@
</tuple>
<state>
<tuple>
<float>1442822136.19</float>
<float>1442839765.51</float>
<string>UTC</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment