$(document).ready(function(){ $('.ce-container #loginLink').bind('click',function(){ window.location.href = "index.php"; }); $('.ce-container #link-signin').bind('click',function(){ window.location.href = "index.php"; }); $('.ce-container #profile-signoff, .ce-container .link-signoff').bind('click',function(){ window.location.href = "index.php?fuse=admin&action=Logout"; }); $('.ce-container #profile-edit').bind('click',function(){ window.location.href = "index.php?fuse=clients&view=ShowCustomerData"; }); $('.ce-container #ordermorebtn').bind('click',function(){ window.location.href = "order.php"; }); clientexec.postpageload(); }); if(typeof(RichHTML)!= "undefined"){ $(RichHTML).bind({ "postload": function (event, el) { $('.richtable table.small-table').remove(); $('.richtable table:not("table.small-table")').stacktable({myClass:'small-table table-striped'}); $('#paging-'+el.id).remove();//remove old paging //need to redo button styles if ($('#'+el.id).parent().find('.richgrid-pagenavi').length > 0) { var current, link_page, next_link; var wrapper = $("