%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
function getUrlParameter(name) { name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]'); var regex = new RegExp('[\\?&]' + name + '=([^&#]*)'); var results = regex.exec(location.search); return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' ')); } function allChk(parentSelector){ $(parentSelector).find(".allChk, .chk").prop('checked', $(parentSelector).find(".allChk").prop("checked")); } function chk(parentSelector){ $(parentSelector).find(".allChk").prop('checked', $(parentSelector).find(".chk:checked").length==$(parentSelector).find(".chk").length); } function landingPage(protocol){ var u=window.location.href; var urlarr=u.split('?'); u=$.trim(urlarr[0]); urlarr=u.split('/dashboard'); u=$.trim(urlarr[0]); if(u.substring(u.length-1, u.length)=="/"){ u=u.substring(0, u.length-1); } u=u.replace(window.location.protocol+'//', ''); if(protocol){ u=window.location.protocol+'//'+u; }else{ u=u.replace('www.', ''); } return u; } function urlQueryString(){ var u=window.location.href; var urlarr=u.split('?'); if(typeof urlarr[1] != "undefined"){ var qs=$.trim(urlarr[1]); }else{ var qs=''; } return qs; } function setSideNavActive(state){ $(".sidebar-wrapper .nav li").removeClass('active'); $(".sidebar-wrapper .nav li a[ui-sref='"+state.current.name+"']").closest('li').addClass('active'); $(".sidebar-wrapper .nav li a[ui-sref1='"+state.current.name+"']").closest('li').addClass('active'); } function reinitAccordian(){ //setTimeout(function(){$(".accordion-trigger").QuickAccord();}, 300); } function initClassieForm(){ return; if (!String.prototype.trim) { (function() { // Make sure we trim BOM and NBSP var rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; String.prototype.trim = function() { return this.replace(rtrim, ''); }; })(); } [].slice.call( document.querySelectorAll( 'input.input__field' ) ).forEach( function( inputEl ) { // in case the input is already filled.. if( inputEl.value.trim() !== '' ) { classie.add( inputEl.parentNode, 'input--filled' ); } // events: inputEl.addEventListener( 'focus', onInputFocus ); inputEl.addEventListener( 'blur', onInputBlur ); } ); [].slice.call( document.querySelectorAll( 'select.input__field' ) ).forEach( function( inputEl ) { // in case the input is already filled.. if( inputEl.value.trim() !== '' ) { classie.add( inputEl.parentNode, 'input--filled' ); } // events: inputEl.addEventListener( 'focus', onInputFocus ); inputEl.addEventListener( 'blur', onInputBlur ); } ); function onInputFocus( ev ) { classie.add( ev.target.parentNode, 'input--filled' ); } function onInputBlur( ev ) { if( ev.target.value.trim() === '' ) { classie.remove( ev.target.parentNode, 'input--filled' ); } } } function onNewNotification(){ } /** Events **/ $(function () { $(".alert").delay(4000).fadeOut(); /** Initialization **/ //set_datepicker(); //set_page_links(); set_numeric_input(); //set_tab_box(); //set_confirm_link(); }); //EOF