open home page table links in new tabs

pull/1/head
ansuz 8 years ago
parent b33661d9d5
commit 4902aebe77

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

Loading…
Cancel
Save