fengerzh
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Second this suggestion, and reply here to know when it is implemented.
Forum: Plugins
In reply to: [Autoptimize] ES6 template string errortested, no problem.
Forum: Plugins
In reply to: [Autoptimize] ES6 template string errorYes, that solved the problem. Great!
Forum: Plugins
In reply to: [Autoptimize] ES6 template string error1. I did not see any error in browser console.
2. I found there is a space missed in the optimized code.
The original code is as below: (please change the ‘ to backticks, I cannot put it here)
$(‘.act-container .proj-card[data-act_date!=${dateSelected}]’).hide();
After optimize, it became this:
$(‘.act-container.proj-card[data-act_date!=${dateSelected}]’).hide();
You can notice there is a space is missing.3. I create a small piece of code in jsfiddle: https://jsfiddle.net/6jhcpeLL/
Forum: Plugins
In reply to: [Autoptimize] ES6 template string error\`
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Cannot use in multi-site setup?Sorry, it’s my fault. I found the page in my first site plugins page and it works perfectly. Thank you! 🙂
Viewing 6 replies - 1 through 6 (of 6 total)