mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 08:53:42 +02:00
6 lines
No EOL
98 B
JavaScript
6 lines
No EOL
98 B
JavaScript
static Navigation.TARGET = {
|
|
TOP: "_top",
|
|
SELF: "_self",
|
|
BLANK: "_blank",
|
|
PARENT: "_parent"
|
|
}; |