collectiveaccess / providence

Cataloguing and data/media management application
GNU General Public License v3.0
290 stars 166 forks source link

Fix SyntaxError & TypeError in ca.labelbundle.js #1561

Closed amergelCGI closed 2 months ago

amergelCGI commented 2 months ago

@collectiveaccess Bug fix for ca.labelbundle.js: I removed the extra parenthesis which causes a SyntaxError and I converted the variable passed as an argument to a callback function to avoid a TypeError.