Current File : //home/vedfinancials/public_html/superadmin/js/examples/examples.portlets.js
(function($){'use strict';$('#portletRefresh').on('click',function(ev){ev.preventDefault();window.location.reload();});$('#portletReset').on('click',function(ev){ev.preventDefault();store.remove('__portletOrder');store.remove('__portletState');window.location.reload();});}).apply(this,[jQuery]);