mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-11-04 22:53:23 +01:00
Fixed draw link text change
This commit is contained in:
parent
93ee803ec9
commit
267744238f
@ -85,7 +85,7 @@ var BoxPage = (function (w) {
|
||||
console.log(" _updateItem: ",_updateItem);
|
||||
if(status === NetworkAPI.STATUS.CONNECTED) { // online
|
||||
console.log("online");
|
||||
_drawItem.find("#a").text("Draw");
|
||||
_drawItem.find("a").text("Draw");
|
||||
// ToDo: Link to your app here?
|
||||
// ToDo: Status
|
||||
// ToDo: Control
|
||||
|
Loading…
Reference in New Issue
Block a user