Skip to content

Commit

Permalink
Update lorem.js
Browse files Browse the repository at this point in the history
  • Loading branch information
parsa011 committed Feb 12, 2021
1 parent e72a79d commit c5f5b79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/lorem.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ function RegulatorOperator(operator, unit, loremLang, id) {
// floating regulators
(function () {
var targets = document.querySelectorAll('.ezlorem-regulator-dynamic');
console.log(targets);
targets.forEach(item => {
var attr = item.getAttribute('data-targetregulatorId');
document.querySelector('[data-regulatorId="' + attr + '"]').classList.add('ezlorem-generator-dynamicPosition');
Expand Down

0 comments on commit c5f5b79

Please sign in to comment.