open home page table links in new tabs

pull/1/head
ansuz 2017-01-09 11:01:29 +01:00
parent b33661d9d5
commit 4902aebe77
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ define([
.append($('<td>').append(readOnlyText).append($('<a>', {
href: pad.href,
title: pad.title,
target: '_blank',
}).text(shortTitle)))
.append($('<td>').text(created))
.append($('<td>').text(date))