after every WP update, code on a page is changed
-
Hi All
as with the title, every time WP updates it removes the onkeyup=”filterLI()” tag from an input box on one of my pages. It’s maddening.
before the update it’s
<input onkeyup="filterLI()" id="journalSearch" title="Type here to filter this list" type="text" placeholder="Filter by..." data-toggle="tooltip" data-placement="auto top" data-trigger="hover">afterwards it’s
<input id="journalSearch" title="Type here to filter this list" type="text" placeholder="Filter by..." data-toggle="tooltip" data-placement="auto top" data-trigger="hover">any idea why it’s doing this and how I can stop it?
(In case it makes a difference, I’m using the “uniq” theme)
thanks
The topic ‘after every WP update, code on a page is changed’ is closed to new replies.