We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f26a7a + 4a98688 commit 49459a4Copy full SHA for 49459a4
colorbox.module
@@ -111,15 +111,15 @@ function colorbox_library_info() {
111
'website' => 'https://github.com/cure53/DOMPurify',
112
'version' => '2.3.6',
113
'js' => array(
114
- $colorbox_path . '/libraries/DOMPurify/purify.min.js' => array(),
+ $colorbox_path . '/libraries/DOMPurify/dist/purify.min.js' => array(),
115
),
116
);
117
$libraries['DOMPurify-source'] = array(
118
'title' => 'DOMPurify',
119
120
121
122
- $colorbox_path . '/libraries/DOMPurify/purify.js' => array(),
+ $colorbox_path . '/libraries/DOMPurify/dist/purify.js' => array(),
123
124
125
0 commit comments