diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2012-03-10 14:56:34 +0100 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2012-03-10 14:56:34 +0100 |
commit | 39396a2660150770c3fd14aac8b4be0dcbae8497 (patch) | |
tree | ec1604a37725de1dfafade10bb4cb24d89e6322c /munia.html | |
parent | 0f00f525e5c4da9f5a96cd35c3cdad50f84b51d9 (diff) |
Added new task hierarchy based protocol.
Drag and drop works somehow - maybe some weirdness in html5 drag and drop.
Diffstat (limited to 'munia.html')
-rw-r--r-- | munia.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ background-color:yellow; </head> <body id="body"> <div id="wslm_status">Not initialized</div> -<input type="text" id="input_data" value="add title description 100 100" onfocus="clear()"/> +<input type="text" id="input_data" value="add title description -1" onfocus="clear()"/> <input type="button" value="submit" onclick="submit()"/> <div id="wslm_lastmsg"></div> </div> |