mirror of
https://github.com/FAUSheppy/oh-my-nemesis
synced 2025-12-10 08:38:33 +01:00
Initial (reset)
This commit is contained in:
2
templates/entities/cell.html
Normal file
2
templates/entities/cell.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<td onclick="cellOnClickListener(this)" id="{{ cellId }}" {% if enableEdit %} contenteditable='true' {% endif %} class="{{ classes }}" {% if cellColor %}style="background: {{ cellColor }};"{% endif %}>{{ cellContent }}</td>
|
||||
|
||||
Reference in New Issue
Block a user