post tooltips: remove speech bubble tips.

This commit is contained in:
evazion
2019-10-06 18:05:13 -05:00
parent d723195838
commit c9b2891f80

View File

@@ -42,7 +42,10 @@ PostTooltip.POST_SELECTOR = "*:not(.ui-sortable-handle) > .post-preview img, .dt
// http://qtip2.com/options
PostTooltip.QTIP_OPTIONS = {
style: "qtip-light post-tooltip",
style: {
classes: "qtip-light post-tooltip",
tip: false
},
content: PostTooltip.render_tooltip,
overwrite: false,
position: {