Merge "fixed Useless variable declaration"

This commit is contained in:
Zuul 2018-12-05 15:56:16 +00:00 committed by Gerrit Code Review
commit 5f1d48a429
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: '/' });