adapt-authoring-ui 1.4.2 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,8 +27,8 @@ define(function(require) {
27
27
  },
28
28
 
29
29
  onFilterButtonClicked: function(event) {
30
- $currentTarget = $(event.currentTarget);
31
- var filterType = $currentTarget.attr('data-filter-type');
30
+ const $currentTarget = $(event.currentTarget);
31
+ const filterType = $currentTarget.attr('data-filter-type');
32
32
 
33
33
  // If this filter is already selected - remove filter
34
34
  // else add the filter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adapt-authoring-ui",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Front-end application for the Adapt authoring tool",
5
5
  "homepage": "https://github.com/adapt-security/adapt-authoring-ui",
6
6
  "license": "GPL-3.0",