Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
cvp-wally
/
4e4af6834e5bf97acd94384be5a5d8495cc087c3
/
.
/
web_app
/
static
/
script.js
blob: a0cbbeadb604feb8137f98c4fbd60e4a75e62446 [
file
] [
log
] [
blame
]
$
(
document
).
ready
(
function
(){
$
(
"#toggler"
).
click
(
function
(){
$
(
this
).
toggleClass
(
'active, inactive'
);
})
})