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