File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 47
47
$ (document ).ready (function () {
48
48
49
49
var BuilderV2 = < %= AlpacaContext .BuilderV2 ? " true" : " false" % > ;
50
-
50
+ if (! BuilderV2) {
51
+ $ (" .form-builder .fb-container" ).show ();
52
+ }
51
53
var windowTop = parent;
52
54
var popup = windowTop .jQuery (" #iPopUp" );
53
55
if (popup .length ) {
72
74
});
73
75
74
76
if (! BuilderV2) {
75
- $ (" .form-builder .fb-container" ).show ();
76
77
$ (' body' ).css (' overflow' , ' hidden' );
77
78
$ (" .form-builder .fb-left .fb-wrap" ).height (' 100%' ).css (' overflow' , ' hidden' );
78
79
var formHeight = newHeight - 100 - 20 - 62 ;
Original file line number Diff line number Diff line change 1
1
<dotnetnuke type="Package" version="5.0">
2
2
<packages>
3
- <package name="OpenContent" type="Module" version="05.01.00 ">
3
+ <package name="OpenContent" type="Module" version="05.01.01 ">
4
4
<friendlyName>OpenContent</friendlyName>
5
5
<description>OpenContent module by Satrabel.be</description>
6
6
<iconFile>~/DesktopModules/OpenContent/Images/icon_extensions.png</iconFile>
You can’t perform that action at this time.
0 commit comments