@@ -336,7 +336,6 @@ function template_main()
336336 {
337337 echo '
338338 var oInTopicModeration = new InTopicModeration({
339- sSelf: \'oInTopicModeration \',
340339 sCheckboxContainerMask: \'in_topic_mod_check_ \',
341340 aMessageIds: [ \'' , implode ('\', \'' , Utils::$ context ['removableMessageIDs ' ]), '\'],
342341 sSessionId: smf_session_id,
@@ -362,7 +361,6 @@ function template_main()
362361 // Add it to the mobile button strip as well
363362 echo '
364363 var oInTopicModerationMobile = new InTopicModeration({
365- sSelf: \'oInTopicModerationMobile \',
366364 sCheckboxContainerMask: \'in_topic_mod_check_ \',
367365 aMessageIds: [ \'' , implode ('\', \'' , Utils::$ context ['removableMessageIDs ' ]), '\'],
368366 sSessionId: smf_session_id,
@@ -1020,7 +1018,6 @@ function insertQuoteFast(messageid)
10201018 echo '
10211019 <script>
10221020 var oDraftAutoSave = new smf_DraftAutoSave({
1023- sSelf: \'oDraftAutoSave \',
10241021 sLastNote: \'draft_lastautosave \',
10251022 sLastID: \'id_draft \', ' , !empty (Utils::$ context ['post_box_name ' ]) ? '
10261023 sSceditorID: \'' . Utils::$ context ['post_box_name ' ] . '\', ' : '' , '
0 commit comments