PluginProbe
Depicter — Popup & Slider Builder / 1.9.2
Depicter — Popup & Slider Builder v1.9.2
4.8.1 trunk 1.0.0 1.1.0 1.1.2 1.1.4 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.5 1.3.8 1.5.0 1.5.1 1.5.2 1.5.5 1.6.0 1.6.1 1.6.2 1.7.0 All 76 releases
← All changes | app/src/Front/Assets.php +9 -0 1.5.21.9.2 View file →
@@ -298,13 +298,22 @@
298 298 */
299 299 protected function getScriptsDictionary()
300 300 {
301 301 $scriptsDictionary = [
302 + 'injector' => [
303 + 'depicter--injector' => $this->baseAssetsUrl . '/resources/scripts/player/injector.js'
304 + ],
302 305 'player' => [
303 306 'depicter--player' => $this->baseAssetsUrl . '/resources/scripts/player/depicter.js'
304 307 ],
305 308 'widget' => [
306 309 'depicter-widget' => $this->baseAssetsUrl . '/resources/scripts/widgets/elementor-widget.js'
310 + ],
311 + 'iframe-resizer' => [
312 + 'depicter-iframe-resizer' => $this->baseAssetsUrl . '/resources/scripts/admin/iframeResizer.min.js'
313 + ],
314 + 'iframe-resizer-content' => [
315 + 'depicter-iframe-resizer-content' => $this->baseAssetsUrl . '/resources/scripts/admin/iframeResizer.contentWindow.min.js'
307 316 ]
308 317 ];
309 318
310 319 return $scriptsDictionary;