소스 검색

Remove left panel documentation in tour plugin as it shows too low on screen

Yannick Warnier 10 년 전
부모
커밋
157b421c19
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      plugin/tour/config/tour.json

+ 1 - 5
plugin/tour/config/tour.json

@@ -10,10 +10,6 @@
                 "elementSelector": ".navbar",
                 "message": "TheNavbarStep"
             },
-            {
-                "elementSelector": "div.span3:nth-child(1)",
-                "message": "TheRightPanelStep"
-            },
             {
                 "elementSelector": "#user_image_block",
                 "message": "TheUserImageBlock"
@@ -118,4 +114,4 @@
             }
         ]
     }
-]
+]