You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@warble.apache.org by hu...@apache.org on 2018/06/27 00:07:20 UTC

[incubator-warble-server] branch master updated (08e9622 -> 554f0e2)

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-warble-server.git.


    from 08e9622  regen js
     new a4736fb  set initial value of text box to current location
     new 554f0e2  regen js

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ui/js/coffee/warble_clientlist.coffee | 1 +
 ui/js/warble.v1.js                    | 1 +
 2 files changed, 2 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org


[incubator-warble-server] 02/02: regen js

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-warble-server.git

commit 554f0e2be1cd044b6016deb025288cd3600bd0e0
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Jun 26 19:07:15 2018 -0500

    regen js
---
 ui/js/warble.v1.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/js/warble.v1.js b/ui/js/warble.v1.js
index ef5c9fa..62168db 100644
--- a/ui/js/warble.v1.js
+++ b/ui/js/warble.v1.js
@@ -4645,6 +4645,7 @@ nodeLocation = function(id, obj) {
       type: 'text',
       onkeydown: "saveNodeLocation(" + id + ", this, event);"
     });
+    ip.value = loc;
     app(obj, ip);
     return ip.focus();
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org


[incubator-warble-server] 01/02: set initial value of text box to current location

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-warble-server.git

commit a4736fbb849c67a9b499a7ce13ae6b0c32134858
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Jun 26 19:07:10 2018 -0500

    set initial value of text box to current location
---
 ui/js/coffee/warble_clientlist.coffee | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/js/coffee/warble_clientlist.coffee b/ui/js/coffee/warble_clientlist.coffee
index 4119d0c..bb558a3 100644
--- a/ui/js/coffee/warble_clientlist.coffee
+++ b/ui/js/coffee/warble_clientlist.coffee
@@ -54,6 +54,7 @@ nodeLocation = (id, obj) ->
         loc = obj.innerText
         obj.innerHTML = ""
         ip = mk('input', {data: loc, id: "tnodeloc_#{id}", type: 'text', onkeydown: "saveNodeLocation(#{id}, this, event);"})
+        ip.value = loc
         app(obj, ip)
         ip.focus()
     


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org