Ignore:
Timestamp:
Dec 7, 2013, 9:28:23 PM (10 years ago)
Author:
mistic100
Message:

fix url used by multiview + increase media-query limit + hide text without extra markup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdminTools/template/public_controller.js

    r25818 r25835  
    101101
    102102  // attach jquery handlers
    103   this.init = function() {
     103  this.init = function(urlSelf) {
    104104    $('body').prepend($ato); // ensure the bar is at the begining
    105105
     
    148148    $ato.find('.switcher').on({
    149149      'change': function() {
    150         window.location.href = '{$ato.U_SELF}ato_'+ $(this).data('type') +'='+ $(this).val();
     150        window.location.href = urlSelf + 'ato_'+ $(this).data('type') +'='+ $(this).val();
    151151      },
    152152      'click': function(e) {
Note: See TracChangeset for help on using the changeset viewer.