Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
templaza-framework
/
framework
/
assets
/
js
/
File Content:
core.js
var templaza = {}; (function($) { "use strict"; templaza.getStorageItem = templaza.getStorageItem || function(key){ var __key = "templaza-framework"; var __templaza = localStorage.getItem(__key); try { __templaza = __templaza?__templaza:{}; __templaza = (__templaza && typeof __templaza === "string")?JSON.parse(__templaza):__templaza; return __templaza[key]; } catch (_unused) { return undefined; } }; templaza.setStorageItem = templaza.setStorageItem || function(key, value){ try { var __key = "templaza-framework"; var __templaza = localStorage.getItem(__key); __templaza = __templaza?__templaza:{}; __templaza = (__templaza && typeof __templaza === "string")?JSON.parse(__templaza):__templaza; __templaza[key] = value; localStorage.setItem(__key, JSON.stringify(__templaza)); } catch (_unused2) { return false; } return true; }; templaza.copyClipboard = templaza.copyClipboard || function(key, value){ try{ var __clipboard = templaza.getStorageItem("clipboard"); __clipboard = __clipboard?__clipboard:{}; __clipboard = (__clipboard && typeof __clipboard === "string")?JSON.parse(__clipboard):__clipboard; __clipboard[key] = value; return templaza.setStorageItem("clipboard", __clipboard); }catch (e) { return false; } }; templaza.getClipboard = templaza.getClipboard || function(key){ try { var __clipboard = templaza.getStorageItem("clipboard"); __clipboard = __clipboard ? __clipboard : {}; __clipboard = typeof __clipboard === "string" ? JSON.parse(__clipboard) : __clipboard; return __clipboard[key]; }catch (e) { return false; } }; templaza.removeClipboard = templaza.removeClipboard || function(key){ var __clipboard = templaza.getStorageItem("clipboard"); __clipboard = __clipboard?__clipboard:{}; __clipboard = typeof __clipboard === "string"?JSON.parse(__clipboard):__clipboard; delete __clipboard[key]; templaza.setStorageItem("clipboard", __clipboard); return true; }; $(document).ready(function(){ var tzoptions = $("#poststuff .templaza-framework-options"); tzoptions.find("[name=action]").remove(); tzoptions.find("[name=_wpnonce]").remove(); tzoptions.find("[name=_wp_http_referer]").remove(); // console.log($("#poststuff .templaza-framework-options")); $("#post").submit(function(){ window.onbeforeunload = null; }); $( "#poststuff .redux-group-menu .redux-group-tab-link-li" ).on("click", function( event, ui ) { UIkit.update( document.body, 'update'); }); // Fix issue redux image select field with required var _image_select = $.redux.getSelector( undefined, 'image_select' ); _image_select.find( '.redux-image-select label img, .redux-image-select label .tiles' ) .each(function(){ var __el = $( this ).closest( 'label' ).find( 'input[type="radio"]' ); $.redux.getOptName(__el); // $.redux.check_dependencies(__el); }); }); })(jQuery, window);
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
core.js
3485 bytes
0644
heartbeat.js
5651 bytes
0644
installation.js
32460 bytes
0644
theme-install.js
4128 bytes
0644
N4ST4R_ID | Naxtarrr