Skip to content

Commit af3ff81

Browse files
committed
Reduced the size of the about link, and it now opens in a new page by default.
1 parent db7ef28 commit af3ff81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.syntax.layout.table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Syntax.layouts.table = function(options, code, container) {
8181
});
8282

8383
toolbar.append(a);
84-
toolbar.append($('<a href="http://www.oriontransfer.co.nz/software/jquery-syntax/">About</a>'));
84+
toolbar.append($('<a href="http://www.oriontransfer.co.nz/software/jquery-syntax/" target="oriontransfer">?</a>'));
8585

8686
$('td:eq(1)', table).prepend(toolbar);
8787

0 commit comments

Comments
 (0)