version can contain dots
This commit is contained in:
parent
d25fe788ee
commit
fc001a2f44
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function getPath() {
|
function getPath() {
|
||||||
var index, regexp = /Ox\.js(\?\d+|)$/,
|
var index, regexp = /Ox\.js(\?[\d\.]+|)$/,
|
||||||
scripts = document.getElementsByTagName('script'), src;
|
scripts = document.getElementsByTagName('script'), src;
|
||||||
for (index = scripts.length - 1; index >= 0; index--) {
|
for (index = scripts.length - 1; index >= 0; index--) {
|
||||||
src = scripts[index].src;
|
src = scripts[index].src;
|
||||||
|
|
Loading…
Reference in a new issue