04-28-2020, 02:02 PM
This error (which I believe most of the others area related):
Uncaught TypeError: $(...).bmdRipples is not a function
is because we have yet to internalize the jquery and boostrap-material-design javascript libraries. If you inspect the header of TACTIC, you will see that they are still referencing external sites. This is not ideal, of course and we will copy those into the source. It usually doesn't affect anything (especially on development) but I have seen this error before and it seems to be because request those sites sometimes don't always 100% work. Not sure why, but internalizing these libraries will fix the problem. Usually this problem is sporadic and a couple of reloads clears it up (or inspect the header and force release the bootstrap-material-design js file).
I think these sites do this on purpose to discourage people from using these links in production.
Uncaught TypeError: $(...).bmdRipples is not a function
is because we have yet to internalize the jquery and boostrap-material-design javascript libraries. If you inspect the header of TACTIC, you will see that they are still referencing external sites. This is not ideal, of course and we will copy those into the source. It usually doesn't affect anything (especially on development) but I have seen this error before and it seems to be because request those sites sometimes don't always 100% work. Not sure why, but internalizing these libraries will fix the problem. Usually this problem is sporadic and a couple of reloads clears it up (or inspect the header and force release the bootstrap-material-design js file).
I think these sites do this on purpose to discourage people from using these links in production.