Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsduck
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
extjs
jsduck
Commits
5865d3a8
Commit
5865d3a8
authored
12 years ago
by
Rene Saarsoo
Browse files
Options
Downloads
Patches
Plain Diff
Fix link in Failure page.
Point it now to Github instead of Sencha forums.
parent
3fc76389
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
template/app/controller/Failure.js
+1
-1
1 addition, 1 deletion
template/app/controller/Failure.js
with
1 addition
and
1 deletion
template/app/controller/Failure.js
+
1
−
1
View file @
5865d3a8
...
...
@@ -27,7 +27,7 @@ Ext.define('Docs.controller.Failure', {
"
<p>{msg}</p>
"
,
"
<p>Maybe it was renamed to something else? Or maybe your internet connection has failed?
"
,
"
This would be sad. Hopefully it's just a bug on our side.
"
,
"
Report it to <a href='http://
www.sencha.com/forum/showthread.php?135036'>Sencha Forum
</a> if you feel so.</p>
"
,
"
Report it to <a href='http
s
://
github.com/senchalabs/jsduck/issues'>JSDuck issue tracker
</a> if you feel so.</p>
"
,
"
<p>Sorry for all this :(</p>
"
);
Ext
.
getCmp
(
"
failure
"
).
update
(
tpl
.
apply
({
msg
:
msg
}));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment