Browse
For agents
About
Flamingo
/
1.4
Flamingo
v1.4
Switch version
2.6.4
2.6.3
2.6.2
trunk
1.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.1
1.1.1
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
2.0
2.1
2.1.1
2.2
All 33 releases
Overview
Code
flamingo
/
admin
/
script.js
script.js
in Flamingo 1.4, at admin/script.js
7 lines
99 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
(
function
(
$
)
{
2
3
$
(
function
(
)
{
4
postboxes
.
add_postbox_toggles
(
_flamingo
.
screenId
)
;
5
}
)
;
6
7
}
)
(
jQuery
)
;