Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
cvp-wally
/
3ce37b89c89043b91cfeff004cd88503e206c800
/
.
/
web_app
/
static
/
script.js
blob: a0cbbeadb604feb8137f98c4fbd60e4a75e62446 [
file
] [
log
] [
blame
]
gstepanov
3ce37b8
2015-02-12 16:20:56 +0200
[
diff
] [
blame^
]
1
$
(
document
).
ready
(
function
(){
2
3
$
(
"#toggler"
).
click
(
function
(){
4
$
(
this
).
toggleClass
(
'active, inactive'
);
5
})
6
7
})