fix(): fix failing build and removed panel icon from edit mode tabs

This commit is contained in:
Torkel Ödegaard 2016-02-29 14:15:46 +01:00
parent d3c022f89e
commit 97c27668bc
2 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ var panelTemplate = `
<div class="tabbed-view tabbed-view--panel-edit">
<div class="tabbed-view-header">
<h2 class="tabbed-view-title">
<i ng-class="ctrl.icon"></i>
{{ctrl.pluginName}}
</h2>

View File

@ -45,7 +45,6 @@ function (angular, _, kbn) {
};
this.setVariableFromUrl = function(variable, urlValue) {
debugger;
var option = _.findWhere(variable.options, { text: urlValue });
option = option || { text: urlValue, value: urlValue };