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