Merge "fixed Useless variable declaration"
This commit is contained in:
commit
5f1d48a429
@ -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…
x
Reference in New Issue
Block a user