Javascript Error on Filters
-
When I set up a filter for the card view, nothing happens on selection. The console shows “Uncaught ReferenceError: label is not defined.”
The function in question seems to be here:
(function(obj,_ /**/) { var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');}; with(obj||{}){ __p+='Filter options for '+ ((__t=(label))==null?'':__t)+ ''; } return __p; })
See:
https://blogs.shu.edu/tomstest/dhp-projects/concert-history/?viz=0#Or:
https://blogs.shu.edu/tomstest/dhp-projects/grove-road-take-2/?viz=1#
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Javascript Error on Filters’ is closed to new replies.