fixed Maran
This commit is contained in:
parent
a6db85c02f
commit
1bb3eabf1a
7
radia.js
7
radia.js
|
@ -115,8 +115,11 @@ $(function() {
|
|||
$this.data("name", thisData.name);
|
||||
$this.data("type", thisData.type);
|
||||
$this.data("link", thisData.link);
|
||||
$this.data("lines", thisData.lines.split(", "));
|
||||
|
||||
if (thisData.hasOwnProperty("lines")) {
|
||||
$this.data("lines", thisData.lines.split(", "));
|
||||
} else {
|
||||
$this.data("lines", []);
|
||||
}
|
||||
// $this.addClass(thisData.type);
|
||||
// console.log($this.data("key"));
|
||||
// console.log($this.hasTooltip());
|
||||
|
|
Loading…
Reference in New Issue
Block a user