I hereby claim:
- I am stvad on github.
- I am stvad (https://keybase.io/stvad) on keybase.
- I have a public key ASBSlrVrxW4570R_8hGRoCrxIZ60JjpUhx_y7k118BWQUwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Asana tasks helper | |
| // @namespace test | |
| // @description test | |
| // @include https://app.asana.com/* | |
| // @version 1 | |
| // @grand none | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js | |
| // ==/UserScript== |
| <div class="check-container"><span id="check"></span></div> | |
| {{#Question}} | |
| <p>{{Question}}</p> | |
| {{/Question}} | |
| {{#Image}} | |
| <p class="image">{{Image}}</p> | |
| {{/Image}} |