mirror of
https://github.com/mrclay/minify.git
synced 2025-01-17 05:08:14 +01:00
Merge branch '2.x'
This commit is contained in:
commit
22fb644834
@ -12,7 +12,7 @@ var MUB = {
|
||||
$.ajax({
|
||||
url : '../f=' + testUri + '&' + (new Date()).getTime(),
|
||||
success : function (data) {
|
||||
if (data === '1') {
|
||||
if (data === '1' || data === '1;') {
|
||||
MUB._minRoot = '/min/';
|
||||
$('span.minRoot').html('/min/');
|
||||
} else
|
||||
|
Loading…
x
Reference in New Issue
Block a user