]> git.mxchange.org Git - friendica.git/commitdiff
changes in case of code-review
authorJakobus Schürz <jakobus.schuerz@schuerz.at>
Fri, 24 Mar 2023 07:56:30 +0000 (08:56 +0100)
committerJakobus Schürz <jakobus.schuerz@schuerz.at>
Fri, 24 Mar 2023 07:56:30 +0000 (08:56 +0100)
view/lang/C/messages.po
view/theme/frio/js/theme.js

index e97f697e661b9281526f5b66c9da0ef10a4d36a1..ad7013564a15bf0c5be8fc2d5de8e2bd439faa15 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2023.03-rc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-03-23 23:12+0100\n"
+"POT-Creation-Date: 2023-03-24 08:56+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -686,7 +686,7 @@ msgid "Sharing not successfull"
 msgstr ""
 
 #: src/App/Page.php:259
-msgid "Attendation not successfull"
+msgid "Attendance unsuccessful"
 msgstr ""
 
 #: src/App/Page.php:260
index 9c9cf02863257c7117ae86d36abd76964cf0fcf7..b4b8e5dc34b753a1b0d6a1d28630eea08c8d4ed0 100644 (file)
@@ -813,9 +813,9 @@ function doActivityItemAction(ident, verb, un) {
                if (data.status == 'ok') {
                        if (verb.indexOf('attend') === 0) {
                                $('button[id^=attend][id$=' + ident.toString() + ']').removeClass('active')
-                               $('button#attendyes-' + ident.toString()).attr('onclick', 'javascript:doActivityItemAction(' + ident +', "attendyes" )');
-                               $('button#attendno-' + ident.toString()).attr('onclick', 'javascript:doActivityItemAction(' + ident +', "attendno" )');
-                               $('button#attendmaybe-' + ident.toString()).attr('onclick', 'javascript:doActivityItemAction(' + ident +', "attendmaybe" )');
+                               $('button#attendyes-' + ident.toString()).attr('onclick', 'javascript:doActivityItemAction(' + ident +', "attendyes")');
+                               $('button#attendno-' + ident.toString()).attr('onclick', 'javascript:doActivityItemAction(' + ident +', "attendno")');
+                               $('button#attendmaybe-' + ident.toString()).attr('onclick', 'javascript:doActivityItemAction(' + ident +', "attendmaybe")');
                        }
                        if (data.verb == 'un' + verb) {
                                // like/dislike buttons