D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vitalityhealth
/
public_html
/
superadmin
/
js
/
examples
/
Filename :
examples.portlets.js
back
Copy
(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]);