Procházet zdrojové kódy

:lipstick: move sidebar to the right

jmacura před 5 roky
rodič
revize
d74d3d3bf0
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      src/app.component.js

+ 1 - 2
src/app.component.js

@@ -6,7 +6,6 @@ export const HsComponent = {
   bindings: {},
   controller: function (
     $scope,
-    $compile,
     $element,
     gettext,
     HsCore,
@@ -18,7 +17,7 @@ export const HsComponent = {
     vm.exists = HsCore.exists;
     vm.panelVisible = HsLayoutService.panelVisible;
     HsLayoutService.fullScreenMap($element, HsCore);
-    HsLayoutService.sidebarRight = false;
+    // HsLayoutService.sidebarRight = false;
     // HsLayoutService.sidebarToggleable = false;
     // HsCore.singleDatasources = true;
     //HsLayoutService.sidebarButtons = true;