Lauri Ojansivu %!s(int64=5) %!d(string=hai) anos
pai
achega
3718dd4d45
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/components/boards/boardsList.js

+ 1 - 1
client/components/boards/boardsList.js

@@ -72,7 +72,7 @@ BlazeComponent.extendComponent({
 
     // Disable drag-dropping if the current user is not a board member or is comment only
     this.autorun(() => {
-     if (Utils.isMiniScreen()) {
+      if (Utils.isMiniScreen()) {
         $boards.sortable({
           handle: '.board-handle',
         });