Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4112489
loadingOverlay.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
475 B
Referenced Files
None
Subscribers
None
loadingOverlay.js
View Options
const
icons
=
require
(
'./icons'
),
Overlay
=
require
(
'./Overlay'
);
/**
* Overlay that initially shows loading animation until
* caller hides it with .hide()
*
* @ignore
* @return {module:mobile.startup/Overlay}
*/
function
loadingOverlay
()
{
const
overlay
=
new
Overlay
(
{
className
:
'overlay overlay-loading'
,
noHeader
:
true
}
);
icons
.
spinner
().
$el
.
appendTo
(
overlay
.
$el
.
find
(
'.overlay-content'
)
);
return
overlay
;
}
module
.
exports
=
loadingOverlay
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 22:52 (14 h, 38 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
12/46/aa6c32a40f0a953023548f073f55
Default Alt Text
loadingOverlay.js (475 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment