forked from joshmadewell/optimlol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jmadewell
committed
Mar 30, 2015
1 parent
cc920d0
commit 5e59e6a
Showing
6 changed files
with
82 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
define(function() { | ||
return { | ||
optimlolApiUrl: "http://localhost:8080/" | ||
optimlolApiUrl: "http://api.optimlol.com/", | ||
messages: [ | ||
{ | ||
"id": 0, | ||
"message": "There has been an EXPLOSION of activity ever since the "Useful Websites" reddit post and I want to thank each and every person who is now using OptimLoL!!! Look forward to more features coming soon!!!" | ||
}, | ||
{ | ||
"id": 1, | ||
"message": "Currently the 'Parse Chat Log' feature only works in English, Spanish, and Portuguese. If you are using another language, please send an e-mail with your chat log to [email protected] so I can add support for your language!" | ||
} | ||
] | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
define(function() { | ||
return { | ||
optimlolApiUrl: "http://api.optimlol.com/" | ||
optimlolApiUrl: "http://api.optimlol.com/", | ||
messages: [ | ||
{ | ||
"id": 0, | ||
"message": "There has been an EXPLOSION of activity ever since the "Useful Websites" reddit post and I want to thank each and every person who is now using OptimLoL!!! Look forward to more features coming soon!!!" | ||
}, | ||
{ | ||
"id": 1, | ||
"message": "Currently the 'Parse Chat Log' feature only works in English, Spanish, and Portuguese. If you are using another language, please send an e-mail with your chat log to [email protected] so I can add support for your language!" | ||
} | ||
] | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters