PluginProbe ʕ •ᴥ•ʔ
Pods – Custom Content Types and Fields / 2.9.19.5
Pods – Custom Content Types and Fields v2.9.19.5
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 6 days ago handlebars.baldrick2.js 6 days ago handlebars2.js 6 days ago jquery.baldrick3.js 6 days ago panel.js 6 days ago scripts-pod_reference.js 6 days ago scripts-view_template.js 6 days ago
scripts-view_template.js
10 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 } );