Skip to content

Commit 4d0d04d

Browse files
committedFeb 10, 2018
last updates before first poker session
1 parent 7866271 commit 4d0d04d

File tree

3 files changed

+68
-128
lines changed

3 files changed

+68
-128
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/.DS_Store
2+
/.idea/*
23
/.idea

‎.idea/workspace.xml

+66-127
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
};
112112

113113
$scope.light = {
114-
apitoken: 'c9ca88d17f51936c83778c1fbdfea7066248becac5f64c19fe6a598465730da6',
114+
apitoken: '',
115115
playClor: 'rgb:42,222,90',
116116
pauseColor: 'rgb:131,65,214',
117117
timeoutColor: 'rgb:255,0,24',

0 commit comments

Comments
 (0)
Please sign in to comment.