Plugins: Remove trailing pipe symbol in sub navigation after updating the last plugin.

Props sagarprajapati.
Fixes #39655.

git-svn-id: https://develop.svn.wordpress.org/trunk@40025 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Pascal Birchler 2017-01-28 17:00:39 +00:00
parent 40ec54618b
commit e859050b34
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@
$( '.subsubsub .upgrade .count' ).text( '(' + itemCount + ')' );
} else {
$( '.subsubsub .upgrade' ).remove();
$( '.subsubsub li:last' ).html( function() { return $( this ).children(); } );
}
};