Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
MentalAtom committed Mar 4, 2014
1 parent effd084 commit a782a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions assets/js/procedural_activityView.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ $(function () {
addMessage(this);
});

$(".message_send").on("click", function () {
alert("Click!");
});
$(".message_send").on("click", function () {});

localforage.getItem("activityCache", function (c) {

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/XigenBen/Xigen-Timer/issues"
},
"window": {
"toolbar": true,
"toolbar": false,
"title": "Xigen Timer",
"width": 900,
"height": 510,
Expand Down

0 comments on commit a782a00

Please sign in to comment.