Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Issue forks
colorbox-3183921
Commits
f79b458b
Commit
f79b458b
authored
Sep 12, 2014
by
stBorchert
Committed by
frjo
Sep 12, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1851590
by stBorchert | astra: Fatal error for updating to Colorbox 2.0.
parent
eedf4a93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
colorbox.module
colorbox.module
+3
-1
No files found.
colorbox.module
View file @
f79b458b
...
...
@@ -219,7 +219,9 @@ function _colorbox_doheader() {
// Add and initialise the Colorbox plugin.
$variant
=
variable_get
(
'colorbox_compression_type'
,
'minified'
);
libraries_load
(
'colorbox'
,
$variant
);
if
(
module_exists
(
'libraries'
))
{
libraries_load
(
'colorbox'
,
$variant
);
}
drupal_add_js
(
$path
.
'/js/colorbox.js'
);
// Add JS and CSS based on selected style.
...
...
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