fixed Useless variable declaration

Change-Id: I7f4ec771315fe9ed79d723c7bbf199f88e9ee092
This commit is contained in:
gaobin 2018-11-27 16:23:14 +08:00
parent 212d08ae6e
commit 47638c5e15
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ $(document).ready(function() {
$(this).next('.content').slideToggle("fast");
// save the state to cookies
var parent_id =
$.cookie($(this).parent().prop('id'),
$(this).parent().hasClass('displayed'),
{ path: '/' });