From 1724e94c42bd987a0361774bdbe8a9deaac3d92a Mon Sep 17 00:00:00 2001 From: marktaiwan Date: Tue, 17 Feb 2015 18:16:10 +0800 Subject: [PATCH] Update external preview to show UID and embed --- js/post-hover.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/post-hover.js b/js/post-hover.js index 77d17803..7ae9f00d 100644 --- a/js/post-hover.js +++ b/js/post-hover.js @@ -183,11 +183,14 @@ onready(function(){ // in case no subject if (!data.sub) data.sub = ''; + // in case no UID + if (!data.id) data.id = ''; var $post = $('