remove newlines from static js and css

This works around a bug in the EvilSplicer; see
http://git-annex.branchable.com/bugs/Bootstrap3_icons_missing_on_Android/
This commit is contained in:
Joey Hess 2014-05-28 18:18:43 -04:00
parent d9fefa615c
commit 5a0779fd70
10 changed files with 12 additions and 8 deletions

2
debian/changelog vendored
View file

@ -21,6 +21,8 @@ git-annex (5.20140518) UNRELEASED; urgency=medium
normalize that to foo, since it's in the home directory by default.
* Use exceptions in place of deprecated MonadCatchIO-transformers
Thanks, Ben Gamari.
* Android webapp: Fix EvilSplicer bugs that mangled the css files,
preventing icons from displaying, and also slightly broke the js files.
-- Joey Hess <joeyh@debian.org> Mon, 19 May 2014 15:59:25 -0400

View file

@ -344,4 +344,4 @@
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */
/*# sourceMappingURL=bootstrap-theme.css.map */

View file

@ -5782,4 +5782,4 @@ button.close {
display: none !important;
}
}
/*# sourceMappingURL=bootstrap.css.map */
/*# sourceMappingURL=bootstrap.css.map */

View file

@ -1948,4 +1948,4 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
})
})
}(jQuery);
}(jQuery);

View file

@ -9108,4 +9108,4 @@ if ( typeof noGlobal === strundefined ) {
return jQuery;
}));
}));

View file

@ -317,4 +317,4 @@ $.extend( $.ui, {
}
});
})( jQuery );
})( jQuery );

View file

@ -166,4 +166,4 @@ $.widget("ui.mouse", {
_mouseCapture: function(/* event */) { return true; }
});
})(jQuery);
})(jQuery);

View file

@ -1286,4 +1286,4 @@ $.widget("ui.sortable", $.ui.mouse, {
});
})(jQuery);
})(jQuery);

View file

@ -518,4 +518,4 @@ $.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) {
};
});
})( jQuery );
})( jQuery );

View file

@ -44,3 +44,5 @@ function longpoll_data(url, cont) {
}
});
}
//EOF