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
9bd76231
Commit
9bd76231
authored
Apr 09, 2015
by
LE GAC Renaud
Browse files
Name of the local javascript is fixed to track_event-min.js.
parent
8c18a362
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
models/common_settings.py
models/common_settings.py
+1
-1
No files found.
models/common_settings.py
View file @
9bd76231
...
...
@@ -18,7 +18,7 @@ from my_validators import IS_IN_USET
plugins
=
PluginManager
()
plugins
.
dbui
.
app_css
=
'static/my.css'
plugins
.
dbui
.
app_debug
=
'static/src'
plugins
.
dbui
.
app_libmin
=
'static/
%s-min.js'
%
request
.
application
plugins
.
dbui
.
app_libmin
=
'static/
track_events-min.js'
plugins
.
dbui
.
app_lg
=
'static/locale/myapp-lang-fr.js'
plugins
.
dbui
.
app_script
=
'static/app.js'
# plugins.dbui.app_script_dir = None
...
...
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