Fixed regex in replaceElements (scureimage.js)
The old regex replace the first parameter that end with ‘id’. The new one use & or ? to catch exactly the ‘id’ param.
Showing
+1 -1
Please register or sign in to comment
The old regex replace the first parameter that end with ‘id’. The new one use & or ? to catch exactly the ‘id’ param.