- Issue created by @Carlitus
- Open on Drupal.org βCore: 9.5.5 + Environment: PHP 7.3 & MySQL 5.7last update
over 1 year ago Not currently mergeable. - @carlitus opened merge request.
- last update
over 1 year ago 41 pass - @carlitus opened merge request.
- πͺπΈSpain Carlitus
I think i've done something wrong. When i try to make the merge request i don't see any form to select the branch and i closed the merge request because it was made to 8 version.
A then i find a way to create another merge request to 7 branch.
And this MR seems ok:
https://git.drupalcode.org/project/xmlsitemap/-/merge_requests/34 - last update
over 1 year ago 41 pass - πΈπ°Slovakia poker10
Thanks for working on this.
Do we need to fix this also in
jquery.tablesorter.min.js
? Because there is the same comparision used. Anyway it seems like a valid bug report, as in the oldest version of the library, I was able to find: https://github.com/Mottie/tablesorter/blame/v2.0.6/js/jquery.tablesorter.js , the comparision is!==
.. The module is using 2.0.3 and I was able to find only 2.0.6 on github. - πͺπΈSpain Carlitus
Hi,
I have made the same change in the js as in the min.js.
You say I should only have done it in the js?