forked from leftypol/leftypol
post-menu.js: use isoscele triangle instead of equilateral to dodge apple font overrides.
This commit is contained in:
parent
8b5b710cc1
commit
053aacb8bc
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ function buildMenu(e) {
|
||||||
function addButton(post) {
|
function addButton(post) {
|
||||||
var $ele = $(post);
|
var $ele = $(post);
|
||||||
$ele.find('input.delete').after(
|
$ele.find('input.delete').after(
|
||||||
$('<a>', {href: '#', class: 'post-btn', title: 'Post menu'}).text('▶')
|
$('<a>', {href: '#', class: 'post-btn', title: 'Post menu'}).text('►')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue