added radix rule and changed files to follow rule (#13153)

This commit is contained in:
Patrick O'Carroll
2018-09-05 16:51:31 +02:00
committed by Torkel Ödegaard
parent 5d87aa2fa4
commit 2b74b1c4d6
15 changed files with 16 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ export class SoloPanelCtrl {
appEvents.emit('toggle-sidemenu-hidden');
const params = $location.search();
panelId = parseInt(params.panelId);
panelId = parseInt(params.panelId, 10);
$scope.onAppEvent('dashboard-initialized', $scope.initPanelScope);