From 47bbc89f5ae3e3d608e40cae754434c5dbea873f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=9C=9D=E8=BE=89?= Date: Thu, 8 Aug 2019 09:48:26 +0800 Subject: [PATCH] Update summerHTMLImageMapCreator.js --- summerHTMLImageMapCreator.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/summerHTMLImageMapCreator.js b/summerHTMLImageMapCreator.js index 5d886e5..7ea1bd3 100644 --- a/summerHTMLImageMapCreator.js +++ b/summerHTMLImageMapCreator.js @@ -2377,9 +2377,9 @@ var summerHtmlImageMapCreator = (function() { return { load : function(object, new_x, new_y) { obj = object; - href_attr.value = object.href ? object.href : ''; - alt_attr.value = object.alt ? object.alt : ''; - title_attr.value = object.title ? object.title : ''; + href_attr.value = object._attributes.href ? object._attributes.href : ''; + alt_attr.value = object._attributes.alt ? object._attributes.alt : ''; + title_attr.value = object._attributes.title ? object._attributes.title : ''; utils.show(form); if (new_x && new_y) { x = new_x;