Admin toolbar and config sync

This commit is contained in:
Rob Davies 2017-03-29 16:33:35 +01:00
parent 0e15467384
commit 53d6173a5f
27 changed files with 1803 additions and 1 deletions

View file

@ -0,0 +1,5 @@
(function($) {
$(document).ready(function() {
$('a.toolbar-icon').removeAttr('title');
});
})(jQuery);