MediaWiki:Gadget-ReferenceTooltips.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.

28 May 2022

  • curprev 07:0207:02, 28 May 2022Diamondback88 talk contribs 8,404 bytes +8,404 Created page with "// See mw:Reference Tooltips // Source https://en.wikipedia.org/wiki/MediaWiki:Gadget-ReferenceTooltips.js $( function () { var settings, settingsString, $footer, enabled, delay, isTouchscreen, settingsMenu; if ( window.pg ) { return; } function toggleRT( enable ) { mw.loader.using( 'jquery.cookie', function () { $.cookie( 'RTsettings', ( enable ? '1' : '0' ) + '|' + settings[ 1 ] + '|' + settings[ 2 ], { path: '/', expires: 90 } ); location.reload()..."