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:
parent
b409ef5670
commit
b3a90d0ede
@ -34,7 +34,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
var html = "text/html";
|
var html = "text/html";
|
||||||
var encoding = "UTF-8";
|
var encoding = "UTF-8";
|
||||||
var ClientSideResourceManager = Packages.com.google.refine.ClientSideResourceManager;
|
var ClientSideResourceManager = Packages.com.google.refine.ClientSideResourceManager;
|
||||||
var bundle = false;
|
var bundle = true;
|
||||||
|
|
||||||
var templatedFiles = {
|
var templatedFiles = {
|
||||||
// Requests with last path segments mentioned here
|
// Requests with last path segments mentioned here
|
||||||
|
@ -79,8 +79,8 @@ $(function() {
|
|||||||
|
|
||||||
var script = $('<script></script>')
|
var script = $('<script></script>')
|
||||||
.attr("src", "http://google-refine.googlecode.com/svn/support/releases.js")
|
.attr("src", "http://google-refine.googlecode.com/svn/support/releases.js")
|
||||||
.attr("type", "text/javascript")
|
.attr("type", "text/javascript");
|
||||||
.appendTo(document.body);
|
document.body.appendChild(script[0]);
|
||||||
|
|
||||||
var poll = function() {
|
var poll = function() {
|
||||||
if ("releases" in window) {
|
if ("releases" in window) {
|
||||||
|
Loading…
Reference in New Issue
Block a user