fixed Useless variable declaration
Change-Id: I7f4ec771315fe9ed79d723c7bbf199f88e9ee092
This commit is contained in:
parent
212d08ae6e
commit
47638c5e15
@ -24,7 +24,6 @@ $(document).ready(function() {
|
|||||||
$(this).next('.content').slideToggle("fast");
|
$(this).next('.content').slideToggle("fast");
|
||||||
|
|
||||||
// save the state to cookies
|
// save the state to cookies
|
||||||
var parent_id =
|
|
||||||
$.cookie($(this).parent().prop('id'),
|
$.cookie($(this).parent().prop('id'),
|
||||||
$(this).parent().hasClass('displayed'),
|
$(this).parent().hasClass('displayed'),
|
||||||
{ path: '/' });
|
{ path: '/' });
|
||||||
|
Loading…
Reference in New Issue
Block a user