Sha256: 4dd77de2a2da60dbf8bf4544bb3726434756cf2a883971337a2e797ec012ba3f
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 KB
Contents
function fit_content(){ var height = window.innerHeight - $('footer').outerHeight(true); $('#content').css('min-height', height) $('#top_menu dl.rbbt_menu').css('max-height', height - 100) } function update_rbbt(){ update_dom() $('.rbbt_reveal_trigger').reveal() $('table').table() //$('table.tablesorter').tablesorter() $('body > #modal').modal() $('.action_controller').action_controller() $('#top_menu .favourites').favourites('update_list_selects').favourites('update_map_selects') start_deferred() fit_content() } $(function(){ register_dom_update('#top_menu > .reload', function(item){ item.click(function(){ var url = window.location.toString(); url = url.replace(/#$/, ''); url = remove_parameter(url, '_update'); url = add_parameters(url, '_update=reload'); url = remove_parameter(url, '_'); url = add_parameters(url, '_=' + Math.random().toString()); window.location = url return false }) }) register_dom_update('dt a.entity_list', function(link){ link.click(function(){ window.location = $(this).attr('href') return false; }) }) $('#top_menu .favourites').favourites() update_rbbt() }) // Activate tools
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rbbt-rest-1.4.12 | share/views/public/js/app.js |
rbbt-rest-1.4.11 | share/views/public/js/app.js |