|
|
@ -453,7 +453,7 @@ require 'mw_theme_base'
|
|
|
|
|
|
|
|
|
|
|
|
function raw_get(retval, page, status, headers, full_status, request_url)
|
|
|
|
function raw_get(retval, page, status, headers, full_status, request_url)
|
|
|
|
if status == 200 then
|
|
|
|
if status == 200 then
|
|
|
|
raw_version = tonumber(string.match(page, '%s%s+version="([0-9%.]+)"'))
|
|
|
|
raw_version = tonumber(string.match(page, '%s+version="([0-9%.]+)"'))
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
if raw_version == PLUGIN_VERSION then
|
|
|
|
if raw_version == PLUGIN_VERSION then
|
|
|
|