open pads in a new tab
This commit is contained in:
@@ -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();
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user