Ignore:
Timestamp:
01/26/15 15:12:46 (9 years ago)
Author:
emanuel.dima@uni-tuebingen.de
Message:
  1. alpha14: collections view stable sorting, better filtering; upfront diagnostic messages for search
File:
1 edited

Legend:

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

    r5919 r5954  
    105105                                React.createElement("div", {className: "container"},
    106106                                        React.createElement("div", {className: "beta-tag"},
    107                                                 React.createElement("span", null, "BETA")
     107                                                React.createElement("span", null, "ALPHA")
    108108                                        )
    109109                                ),
     
    270270
    271271React.render(React.createElement(Main, null), document.getElementById('reactMain') );
     272
    272273})();
Note: See TracChangeset for help on using the changeset viewer.