/** * @type jquery.layout Global variable so layout state management * can pick it up. */ var ss_MainLayout; (function($) { $.concrete('ss', function($){ // setup jquery.concrete $.concrete.warningLevel = $.concrete.WARN_LEVEL_BESTPRACTISE; // global ajax error handlers $.ajaxSetup({ error: function(xmlhttp, status, error) { var msg = (xmlhttp.getResponseHeader('X-Status')) ? xmlhttp.getResponseHeader('X-Status') : xmlhttp.statusText; statusMessage(msg, 'bad'); } }); /** * Available Custom Events: *