Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F772647
script.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Feb 1, 1:35 PM
Size
448 B
Mime Type
text/plain
Expires
Mon, Feb 3, 1:35 PM (1 d, 2 h)
Engine
blob
Format
Raw Data
Handle
555309
Attached To
rINP In-Portal
script.js
View Options
function
continue_install
()
{
document
.
getElementById
(
'install_form'
).
submit
();
}
function
RemoveTranslationLink
(
$label
)
{
return
$label
;
}
function
in_array
(
needle
,
haystack
)
{
return
array_search
(
needle
,
haystack
)
!=
-
1
;
}
function
array_search
(
needle
,
haystack
)
{
for
(
var
i
=
0
;
i
<
haystack
.
length
;
i
++
)
{
if
(
haystack
[
i
]
==
needle
)
return
i
;
}
return
-
1
;
}
function
jq
(
$selector
)
{
return
$selector
.
replace
(
/(\[|\]|\.)/g
,
'\\$1'
);
}
Event Timeline
Log In to Comment