File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ <h2>{{siteinfo.fullname}}</h2>
4040 </ a >
4141 </ li >
4242 < li ng-repeat ="item in customItems " class ="mm-sidemenu-customitem ">
43- < a ng-if ="item.type != 'embedded' " menu-close class ="item item-icon-left " ng-href ="{{item.url}} " mm-link in-app ="{{item.type == 'inappbrowser'}} " title ="{{item.label}} ">
43+ < a ng-if ="item.type != 'embedded' " menu-close class ="item item-icon-left " ng-href ="{{item.url}} " mm-link in-app ="{{item.type == 'inappbrowser'}} " capture-link =" {{item.type == 'app'}} " title ="{{item.label}} ">
4444 < i class ="icon {{item.icon}} "> </ i > {{item.label}}
4545 </ a >
4646 < a ng-if ="item.type == 'embedded' " menu-close class ="item item-icon-left " ui-sref ="site.iframe-view({title: item.label, url: item.url}) " title ="{{item.label}} ">
You can’t perform that action at this time.
0 commit comments