open pads in a new tab
This commit is contained in:
parent
c380ecfcd9
commit
5a90d20cff
@ -33,7 +33,7 @@ define([
|
||||
var displayCreateButtons = function () {
|
||||
var $parent = $('#buttons');
|
||||
Config.availablePadTypes.forEach(function (el) {
|
||||
$('#create-' + el).detach().appendTo($parent).show();
|
||||
$('#create-' + el).detach().appendTo($parent).attr('target', '_blank').show();
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user