JS: Remove unused variable in sparkline behavior

This commit is contained in:
Eric Lippmann 2015-12-01 16:08:20 +01:00
parent d087ae2575
commit 12a39568b7
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@
Sparkline.prototype = new Icinga.EventListener();
Sparkline.prototype.onRendered = function(e) {
var el = e.target;
$(e.target).find('.sparkline').each(function() {
$(this).sparkline('html', {
enableTagOptions: true,