Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
8efb6798
Commit
8efb6798
authored
Nov 03, 2016
by
LE GAC Renaud
Browse files
Update app.js to suppress ARIA warning.
parent
2062cef6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
static/app.js
static/app.js
+3
-0
No files found.
static/app.js
View file @
8efb6798
...
...
@@ -37,6 +37,9 @@ Ext.onReady(function(){
Ext
.
QuickTips
.
init
();
// Supress ARIA warning
Ext
.
ariaWarn
=
Ext
.
emptyFn
;
// Expose the remote methods
Ext
.
direct
.
Manager
.
addProvider
(
Dbui
.
REMOTE_API
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment