1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-06 14:16:28 +02:00

Merge branch '2.x'

This commit is contained in:
Steve Clay
2016-06-27 16:13:50 -04:00

View File

@@ -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