Created
March 7, 2014 14:01
-
-
Save 0m3r/9412025 to your computer and use it in GitHub Desktop.
ajaxpro uenc fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
request.url = request.url.replace(/\/uenc\/[a-zA-Z0-9,]+\//, '/'); |
rommmka
commented
Mar 26, 2014
- Go to ajaxpro.js
- Insert following code after request.url = request.url.replace(/^(http:|https:)/, window.location.protocol);
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment