{"version":3,"sources":["appStyling.js"],"names":["$","document","ready","click","css","attr","toggleClass","affix","offset","top","fn","showPopup","this","opacity","visibility","z-index","hidePopup"],"mappings":"AAAAA,EAAAC,UAAAC,MAAA,WACAF,EAAA,uBAAAG,MAAA,WACA,sBAAAH,EAAA,kBAAAI,IAAA,oBACAJ,EAAA,oBAAAK,KAAA,WAAA,MAEAL,EAAA,oBAAAK,KAAA,WAAA,IAEAL,EAAA,cAAAM,YAAA,YAEAN,EAAA,sBAAAO,OACAC,QACAC,IAAA,KAIAT,EAAAU,GAAAC,UAAA,WACAC,KAAAR,KAAAS,QAAA,EAAAC,WAAA,UAAAC,UAAA,OAEAf,EAAAU,GAAAM,UAAA,WACAJ,KAAAR,KAAAS,QAAA,EAAAC,WAAA,SAAAC,UAAA","file":"app_static.min.js","sourcesContent":["$(document).ready(function () {\r\n $('[data-toggle=slide]').click(function () {\r\n if ($('.sidebar-slide').css('background-color') == 'rgb(255, 255, 255)') {\r\n\t $('.list-group-item').attr('tabindex', '-1');\r\n } else {\r\n\t $('.list-group-item').attr('tabindex', '');\r\n }\r\n $('.row-slide').toggleClass('active'); \r\n });\r\n$('.breadcrumbs-affix').affix({\r\n offset: {\r\n top: 1\r\n }\r\n});\r\n // define the function within the global scope\r\n $.fn.showPopup = function() {\r\n this.css({opacity: 1, visibility: 'visible', \"z-index\": 1000});\r\n };\r\n $.fn.hidePopup = function() {\r\n this.css({opacity: 0, visibility: 'hidden', \"z-index\": 0});\r\n };\r\n});"],"sourceRoot":"/source/"}