mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-12-25 01:53:48 +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);
|
console.log(" _updateItem: ",_updateItem);
|
||||||
if(status === NetworkAPI.STATUS.CONNECTED) { // online
|
if(status === NetworkAPI.STATUS.CONNECTED) { // online
|
||||||
console.log("online");
|
console.log("online");
|
||||||
_drawItem.find("#a").text("Draw");
|
_drawItem.find("a").text("Draw");
|
||||||
// ToDo: Link to your app here?
|
// ToDo: Link to your app here?
|
||||||
// ToDo: Status
|
// ToDo: Status
|
||||||
// ToDo: Control
|
// ToDo: Control
|
||||||
|
Loading…
Reference in New Issue
Block a user