Line 19: | Line 19: | ||
function createLinkTag(obj,index){ | function createLinkTag(obj,index){ | ||
obj.Url_name.sort(); | obj.Url_name.sort(); | ||
− | obj.Url_name.forEach(function(objec,index){ | + | obj.Url_name.forEach(function(objec,index) { |
var temp = objec.split(",",1) | var temp = objec.split(",",1) | ||
var as = document.createElement("a"); | var as = document.createElement("a"); | ||
Line 26: | Line 26: | ||
obj.a.push(as) | obj.a.push(as) | ||
}); | }); | ||
− | } | + | } |
Revision as of 14:01, 13 June 2018