Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
cvp-wally
/
4e4af6834e5bf97acd94384be5a5d8495cc087c3
/
.
/
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
})