Ignore:
Timestamp:
04/15/15 10:35:11 (9 years ago)
Author:
emanuel.dima@uni-tuebingen.de
Message:
  1. beta-36: debugging js object, misc
File:
1 edited

Legend:

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

    r6144 r6145  
    33"use strict";
    44
    5 var VERSION = window.MyAggregator.VERSION = "VERSION 2.0.0-beta-35";
     5var VERSION = window.MyAggregator.VERSION = "VERSION 2.0.0-beta-36";
    66
    77var URLROOT = window.MyAggregator.URLROOT =
     
    141141                                <ul id="CLARIN_header_right" className="nav navbar-nav navbar-right">
    142142                                        <li>
    143                                                 <div id="clarinservices" style={{padding:10}}/>
     143                                                <div id="clarinservices" style={{padding:5}}/>
    144144                                        </li>
    145145                                        {this.renderLogin()}
     
    420420
    421421                                        <h3>More help</h3>
    422                                         <p>More detailed information on using FCS Aggregator is available at the
     422                                        <p>More detailed information on using FCS Aggregator is available at the &nbsp;
    423423                                        <a href="http://weblicht.sfs.uni-tuebingen.de/weblichtwiki/index.php/FCS_Aggregator">
    424424                                                Aggregator wiki page
     
    571571
    572572window.onpopstate = routeFromLocation.bind(main);
     573window.MyAggregator.main = main;
    573574
    574575})();
Note: See TracChangeset for help on using the changeset viewer.