Ignore:
Timestamp:
04/01/15 13:04:47 (9 years ago)
Author:
emanuel.dima@uni-tuebingen.de
Message:
  1. beta-31: support for query&mode params, and for x-aggregation-context on POST
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/src/main/resources/assets/js/main.jsx

    r6111 r6123  
    33"use strict";
    44
    5 var VERSION = window.MyAggregator.VERSION = "VERSION 2.0.0-beta-30";
     5var VERSION = window.MyAggregator.VERSION = "VERSION 2.0.0-beta-31";
    66var URLROOT = window.MyAggregator.URLROOT = "/Aggregator-testing";
    77
     
    1313var Main = React.createClass({
    1414        componentWillMount: function() {
    15                 routeFromLocation.bind(this);
     15                routeFromLocation.bind(this)();
    1616        },
    1717
     
    557557window.onpopstate = routeFromLocation.bind(main);
    558558
    559 routeFromLocation.bind(main)();
    560 
    561559})();
    562 
    563 
    564 
    565 
    566 
    567 
    568 
Note: See TracChangeset for help on using the changeset viewer.