Skip to content

Commit

Permalink
revert 7.0.10 dist change
Browse files Browse the repository at this point in the history
  • Loading branch information
_eternal_flame authored and _eternal_flame committed Jul 10, 2018
1 parent a2739de commit 48b192f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/pxer-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ PxerHtmlParser.parseMediumHtml = function (_ref9) {

PxerHtmlParser.REGEXP = {
'getDate': /img\/((?:\d+\/){5}\d+)/,
'getInitData': /\{token:.*\}(?=\);)/
'getInitData': /(?<=\()\{token:.*\}(?=\);)/
};

PxerHtmlParser.HTMLParser = function (aHTMLString) {
Expand Down

0 comments on commit 48b192f

Please sign in to comment.