Skip to content

Commit

Permalink
Refs #952 updated plone-compiled.js and plone-compiled.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Sep 12, 2015
1 parent 790eba6 commit ef5d17f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Products/CMFPlone/static/plone-compiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -10796,7 +10796,7 @@ define('plone-patterns-toolbar',[
$('[id^="plone-contentmenu-"]').hide();
$('.plone-toolbar-main').append('<li id="plone-toolbar-more-options"><a href="#"><span class="icon-moreOptions" aria-hidden="true"></span><span>' + _t('More') + '</span><span class="plone-toolbar-caret"></span></a></li>');
$('#personal-bar-container').after('<ul id="plone-toolbar-more-subset" style="display: none"></ul>');
$( "[id^=plone-contentmenu-]" ).each(function() {
$("li[id^=plone-contentmenu-]").each(function() {
$(this).clone(true, true).appendTo( "#plone-toolbar-more-subset" );
$('[id^=plone-contentmenu-]', '#plone-toolbar-more-subset').show();
});
Expand Down
Loading

0 comments on commit ef5d17f

Please sign in to comment.