0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-07-01 10:41:22 +02:00

Fixed draw link text change

This commit is contained in:
peteruithoven 2014-04-28 16:55:57 +02:00
parent 93ee803ec9
commit 267744238f

View File

@ -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