PluginProbe ʕ •ᴥ•ʔ
Pods – Custom Content Types and Fields / 3.2.8.3
Pods – Custom Content Types and Fields v3.2.8.3
2.7.31.4 2.8.23.5 2.9.19.5 3.0.10.5 3.1.4.3 3.2.8.4 3.3.9.2 2.8.23.4 2.9.19.4 3.0.10.4 3.1.4.2 3.2.8.3 3.3.9.1 trunk 1.14.8 2.7.31.3 2.8.23.3 2.9.19.3 3.0.10.3 3.1.4.1 3.2.0 3.2.1 3.2.1.1 3.2.2 3.2.4 3.2.5 3.2.6 3.2.7 3.2.7.1 3.2.8 3.2.8.1 3.2.8.2 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9
pods / components / Templates / assets / js / scripts-view_template.js
pods / components / Templates / assets / js Last commit date
editor1.js 2 weeks ago handlebars.baldrick2.js 2 weeks ago handlebars2.js 2 weeks ago jquery.baldrick3.js 2 weeks ago panel.js 2 weeks ago scripts-pod_reference.js 2 weeks ago scripts-view_template.js 2 weeks ago
scripts-view_template.js
11 lines
1 jQuery('document').ready(function ($) {
2 $("#view_template .inside").resizable({
3 alsoResize: ".CodeMirror", resize: function () {
4 if (typeof htmleditor !== 'undefined') {
5 htmleditor.refresh();
6 $('#view_template .inside,.CodeMirror').css('width', 'auto');
7 }
8 }
9 });
10 });
11