Added proper User-Agent string to Facebook calendar call, and various fixed spelling of 'exist'.

This commit is contained in:
Ashley M. Kirchner
2016-06-04 20:32:55 -06:00
parent 8d1ef5291f
commit 486956b762
7 changed files with 17 additions and 12 deletions

View File

@@ -49,7 +49,7 @@ Module.register("calendar",{
getTranslations: function() {
// The translations for the defaut modules are defined in the core translation files.
// Therefor we can just return false. Otherwise we should have returned a dictionairy.
// If you're trying to build yiur own module including translations, check out the documentation.
// If you're trying to build your own module including translations, check out the documentation.
return false;
},