I hereby claim:
- I am danieltott on github.
- I am danieltott (https://keybase.io/danieltott) on keybase.
- I have a public key ASDcs-vNIf5_PuTKEzLEbab9CeZJZbjKBkCWUwSesd6Wqgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| {% macro outputTiles(tileList) %} | |
| {# use macro to keep it DRY #} | |
| <div class="tiles"> | |
| {% for tile in tileList %} | |
| <div class="tile">{{ tile.tileTitle }}</div> | |
| {% endfor %} | |
| </div> | |
| {% endmacro %} |
| name: Add elapsed time when missing | |
| description: Adds elapsed time input when missing | |
| author: Dan Ott | |
| version: 1.0.0.0 | |
| js: | |
| $(document).on('keyup.estcheck', '#hrsCurrEstNew',function() { | |
| if($("#hrsElapsedExtraNew").length == 0) { | |
| $('<div class="wideInputWrapper"><input type="text" maxlength="40" name="hrsElapsedExtraNew" id="hrsElapsedExtraNew" class="bugEditing dlgText" tabindex="612" value=""></div>').insertAfter($(this).parent()); |
| name: Add elapsed time when missing | |
| description: Adds elapsed time input when missing | |
| author: Dan Ott | |
| version: 1.0.0.0 | |
| js: | |
| $(document).on('keyup.estcheck', '#hrsCurrEstNew',function() { | |
| if($("#hrsElapsedExtraNew").length == 0) { | |
| $('<div class="wideInputWrapper"><input type="text" maxlength="40" name="hrsElapsedExtraNew" id="hrsElapsedExtraNew" class="bugEditing dlgText" tabindex="612" value=""></div>').insertAfter($(this).parent()); |
| #sphere div{ | |
| border-width: 1px; | |
| border-color:#900; | |
| border-style: solid; | |
| -webkit-border-radius: 100px; | |
| height: 100px; | |
| width: 100px; | |
| position: absolute; | |
| top: 0; | |
| left: 0; |
| #cylinder div{ | |
| border: 5px solid blue; | |
| -webkit-border-radius: 100px; | |
| height: 100px; | |
| width: 100px; | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| } | |
| #cylinder .slice-2{ -webkit-transform: translateZ(2px); } |