Commit 45d4307f authored by Craig Watson's avatar Craig Watson

Changed API key for SEM one

parent 798d9890
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
https://pixabay.com/api/docs/ https://pixabay.com/api/docs/
*/ */
var API_KEY = '2217022-41b455b44dccd972675602446'; // TODO: move this to C++ var API_KEY = '2261217-168750d9eaaa0051ca20fa425';
// Number of results per page // Number of results per page
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
// Default language to search in, if the application can't return a suitable one // Default language to search in, if the application can't return a suitable one
var searchLanguage = "en"; var searchLanguage = "en";
// Language for the widget // Language for the widget (languages can be added in locales/locales.js)
var locale = locales["en"]; var locale = locales["en"];
// Fetch 960px images instead of the default 640px. However the API doesn't // Fetch 960px images instead of the default 640px. However the API doesn't
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment