Sha256: 5b622d769aaa1ce84a4881e3ad8ae986484e0be6dfa4046adf232fdd0c94fdd4

Contents?: true

Size: 359 Bytes

Versions: 2

Compression:

Stored size: 359 Bytes

Contents

const inputBoxOfFeatureFile = document.querySelector("#file");
const inputBoxOfFeatureFiles = document.querySelector("#files");

if (inputBoxOfFeatureFile) {
  inputBoxOfFeatureFile.addEventListener("change", () => {
    checkUsage();
  });
}
if (inputBoxOfFeatureFiles) {
  inputBoxOfFeatureFiles.addEventListener("change", () => {
    checkUsage();
  });
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
appscms-tools-theme-3.6.1 assets/js/userTrackingEvents.js
appscms-tools-theme-3.6.0 assets/js/userTrackingEvents.js