Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
themes
/
shapely
/
inc
/
libraries
/
epsilon-framework
/
assets
/
vendors
/
epsilon-framework
/
admin
:
admin.ts
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
declare var require: any; declare var wp: any; import * as $ from 'jquery'; import { EpsilonNotices } from './notices/notices'; jQuery( document ).ready( function() { let notices = new EpsilonNotices(); notices.init(); } );