Bundle scripts.

Make sure new version notification will work.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2406 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2011-12-11 22:01:42 +00:00
parent b409ef5670
commit b3a90d0ede
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
var html = "text/html";
var encoding = "UTF-8";
var ClientSideResourceManager = Packages.com.google.refine.ClientSideResourceManager;
var bundle = false;
var bundle = true;
var templatedFiles = {
// Requests with last path segments mentioned here

View File

@ -79,8 +79,8 @@ $(function() {
var script = $('<script></script>')
.attr("src", "http://google-refine.googlecode.com/svn/support/releases.js")
.attr("type", "text/javascript")
.appendTo(document.body);
.attr("type", "text/javascript");
document.body.appendChild(script[0]);
var poll = function() {
if ("releases" in window) {