All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elanthipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:58, 29 December 2023 GALLAHAN talk contribs created page User:GALLAHAN/common.js (Created page with "// Select all text inside of the element(s) calling this. jQuery.fn.selectText = function(){ var doc = document; var element = this[0]; //console.log(this, element); if (doc.body.createTextRange) { var range = document.body.createTextRange(); range.moveToElementText(element); range.select(); } else if (window.getSelection) { var selection = window.getSelection(); var range = document.createRange();...")