File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed
src/App/templates/partial Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.1 - 2017-06-01
2+
3+ ### Changed
4+ * Nothing
5+
6+ ### Added
7+ * Nothing
8+
9+ ### Deprecated
10+ * Nothing
11+
12+ ### Removed
13+ * Nothing
14+
15+ ### Fixed
16+ * admin side menu glitches described in issue [ #24 ] ( https://github.com/dotkernel/admin/issues/24 )
17+
18+
119## 0.4.0 - 2017-05-27
220
321### Changed
Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ $(document).ready(function() {
2626 } ) ;
2727
2828 // on small devices click on menu item will not open the left sidebar
29- $ ( ".sideRightIn i, .sideRightIn .submenu" ) . click ( function ( e ) {
29+ $ ( ".sideRightIn .submenu" ) . click ( function ( e ) {
3030 e . preventDefault ( ) ;
31+
3132 if ( $ ( window ) . width ( ) > 767 ) {
3233 $ ( ".main-content" ) . addClass ( "toggled" ) ;
3334 $ ( "#sidebar-collapse" ) . addClass ( "sideRightOut" ) . removeClass ( "sideRightIn" ) ;
Original file line number Diff line number Diff line change 3131 {% endif %}
3232 {% else %}
3333 {% if depth == 0 %}
34- <i class =" {{ page.getOption (' icon' ) }} master-tooltip" title =" {{ page.getOption (' label' ) }}" ></i >
3534 <a class =" master-tooltip clearfix" href =" {{ navigation.getHref (page ) }}" {% autoescape false %}{{ pageAttributes(page ) ~ extraAttributes }}{% endautoescape %} title =" {{ page.getOption (' label' ) }}" >
35+ <i class =" {{ page.getOption (' icon' ) }} master-tooltip" title =" {{ page.getOption (' label' ) }}" ></i >
3636 <div class =" item-label" >{{ page.getOption (' label' ) }}</div >
3737 </a >
3838 {% else %}
39- <i class =" {{ page.getOption (' icon' ) }}" ></i >
4039 <a class =" clearfix" href =" {{ navigation.getHref (page ) }}" {% autoescape false %}{{ pageAttributes(page ) ~ extraAttributes }}{% endautoescape %} >
40+ <i class =" {{ page.getOption (' icon' ) }}" ></i >
4141 {{ page.getOption (' label' ) }}
4242 </a >
4343 {% endif %}
You can’t perform that action at this time.
0 commit comments