From c43fc1a42bc6240ee77413a3e042e4d5340ea219 Mon Sep 17 00:00:00 2001 From: kunw Date: Fri, 3 Jun 2016 12:27:46 +0800 Subject: [PATCH] fixed bug of issue #284 --- static/resources/js/item-detail.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/resources/js/item-detail.js b/static/resources/js/item-detail.js index 6f445f717..c63b1a69b 100644 --- a/static/resources/js/item-detail.js +++ b/static/resources/js/item-detail.js @@ -62,7 +62,7 @@ jQuery(function(){ return; } $.each(data, function(i, e){ - var targetId = e.replace(/\//g, "------"); + var targetId = e.replace(/\//g, "------").replace(/\./g, "---"); var row = '
' + '