Skip to content

Commit 0417f8b

Browse files
committed
Elimination of a js file in learnitdown_init()
1 parent 193686b commit 0417f8b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
- pkgdown icons added.
44

5+
- In `learnitdown_init()` an h5pxapikatchu js file is not need any more (commented out).
6+
57
# learnitdown 1.5.2
68

79
- The dependency to {keyring} is added again. It allows to store the password

R/learnitdown_init.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,9 @@ var h5pContentTypes = [''];
377377
<script src='", baseurl, "/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
378378
-->
379379
380+
<!--
380381
<script src='", baseurl, "/wp-content/plugins/h5pxapikatchu/js/h5pxapikatchu-variables.js'></script>
382+
-->
381383
<script src='", baseurl, "/wp-content/plugins/h5p/h5p-php-library/js/jquery.js'></script>
382384
<script src='", baseurl, "/wp-content/plugins/h5p/h5p-php-library/js/h5p.js'></script>
383385
<script src='", baseurl, "/wp-content/plugins/h5p/h5p-php-library/js/h5p-event-dispatcher.js'></script>

0 commit comments

Comments
 (0)