UNPKG
equation-admin-template
Version:
latest (1.0.0)
1.0.0
Booststrap 4 admin template made by equation
equation-admin-template
/
ltr
/
assets
/
js
/
apps
/
custom-mailbox.js
6 lines
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
// Multicheck
checkall(
'inboxAll'
,
'inbox-chkbox'
); checkall(
'draftAll'
,
'draft-chkbox'
); checkall(
'sentAll'
,
'sent-chkbox'
); checkall(
'importantAll'
,
'important-chkbox'
); checkall(
'trashAll'
,
'trash-chkbox'
);