Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4126650
ext.linter.edit.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
732 B
Referenced Files
None
Subscribers
None
ext.linter.edit.js
View Options
$
(
function
()
{
var
location
=
mw
.
config
.
get
(
'wgLinterErrorLocation'
);
function
highlightPosition
(
$textbox
)
{
$textbox
.
trigger
(
'focus'
).
textSelection
(
'setSelection'
,
{
start
:
location
[
0
],
end
:
location
[
1
]
}
);
$textbox
.
textSelection
(
'scrollToCaretPosition'
);
}
if
(
location
)
{
// eslint-disable-next-line no-jquery/no-global-selector
highlightPosition
(
$
(
'#wpTextbox1'
)
);
mw
.
hook
(
've.wikitextInteractive'
).
add
(
function
()
{
if
(
mw
.
libs
.
ve
.
tempWikitextEditor
)
{
highlightPosition
(
mw
.
libs
.
ve
.
tempWikitextEditor
.
$element
);
}
else
{
// VE dummy textbox
// eslint-disable-next-line no-jquery/no-global-selector
highlightPosition
(
$
(
'#wpTextbox1'
)
);
}
}
);
}
}
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 08:12 (2 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
57/30/4d0de58d8a5385a3dfacf63eef33
Default Alt Text
ext.linter.edit.js (732 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment