MediaWiki:Story.js: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 July 2024

  • curprev 06:1506:15, 2 July 2024PetraMagna talk contribs 2,083 bytes +2,083 Created page with "(function() { // specifies what to do after the user clicks on a sensei reply option function story_option_click(group_num, option_num) { const container = $("#story-sensei-option-group-" + group_num); container.children('.story-reply-option').each(function(num, option) { const index = num + 1; // note that addClass and removeClass become nop if the corresponding jquery objects don't exist // highlight selected opti..."