Change labelary web service call from GET to POST to support large ZPL templates.

Resolves #1.
This commit is contained in:
sbinkert
2016-05-18 10:03:45 +02:00
parent a944b2379f
commit 955853ce12
7 changed files with 58 additions and 23 deletions

View File

@@ -8,12 +8,6 @@ body {
padding: 0;
}
webview {
height: 100%;
margin: 0;
width: 100%;
}
input:required:invalid, input:focus:invalid { border-color: #d9534f; }
::-webkit-scrollbar-thumb { display: none; }