Skip to content

Commit

Permalink
new page open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Jun 26, 2024
1 parent 6ba9eb2 commit 103a9ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/universities/main.cr
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ then set (next <input/>).value to my.value2
href: url1,
class: "tooltipped",
"data-position": "top",
"data-tooltip": "历年分数"
"data-tooltip": "历年分数",
"target": "_blank"
)
end
end
Expand All @@ -381,7 +382,8 @@ then set (next <input/>).value to my.value2
href: url2,
class: "tooltipped",
"data-position": "top",
"data-tooltip": "招生章程"
"data-tooltip": "招生章程",
"target": "_blank"
)
end
end
Expand Down

0 comments on commit 103a9ba

Please sign in to comment.