no message

This commit is contained in:
Bengt Brodersen 2015-06-07 14:01:40 +02:00
parent c7fcc2767b
commit a1b0edd168

View File

@ -974,8 +974,8 @@ body {
} }
.zigzag::after { .zigzag::after {
position: absolute; position: absolute;
bottom: -0.00rem; bottom: 0.03rem;
left:-0.07rem; left:-0.16rem;
content:""; content:"";
width: 100%; width: 100%;
border-style:solid; border-style:solid;
@ -1000,7 +1000,7 @@ body {
} }
} }
*/ */
}).replace(/{RESOURCE_ORIGIN}/g, global.resourceOrigin)); }).replace(/https:\/\/qoomon.github.io\/Jira-Issue-Card-Printer\/resources/g, global.resourceOrigin));
return result; return result;
} }