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
bibliossimo
opacce
Commits
eac0a2ba
Commit
eac0a2ba
authored
Feb 16, 2018
by
Ghislain Loas
Browse files
dev #71715 fix css loading
parent
e38d72e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
library/ZendAfi/View/Helper/Admin/Head.php
library/ZendAfi/View/Helper/Admin/Head.php
+3
-1
No files found.
library/ZendAfi/View/Helper/Admin/Head.php
View file @
eac0a2ba
...
...
@@ -35,8 +35,10 @@ class ZendAfi_View_Helper_Admin_Head extends ZendAfi_View_Helper_BaseHelper {
->
showNotifications
()
->
loadPrettyPhoto
();
Class_Admin_Skin
::
current
()
->
renderScriptsOn
(
$head_scripts
);
$script_loader
=
Class_ScriptLoader
::
getInstance
();
Class_Admin_Skin
::
current
()
->
renderScriptsOn
(
$script_loader
);
$script_loader
->
addJQueryReady
(
'setupAnchorsTarget();'
)
->
addJQueryReady
(
'selectArticle();'
)
->
addJQueryReady
(
'selectArticleCategory();'
)
...
...
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