Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
1f22132b09db247d210b10643f1dabb430ce5416
MaarchCourrier
install
js
goTo.js
Find file
Normal view
Permalink
goTo.js
111 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
evo: database
Giovannoni Laurent
committed
12 years ago
1
2
3
function
goTo
(
link
)
add: new install
Giovannoni Laurent
committed
12 years ago
4
{
evo: database
Giovannoni Laurent
committed
12 years ago
5
6
7
$
(
document
).
ready
(
function
()
{
window
.
top
.
location
.
href
=
link
;
})
add: new install
Giovannoni Laurent
committed
12 years ago
8
}