@@ -946,7 +946,7 @@ MWF.xApplication.Meeting.MeetingForm = new Class({
},
events : {
click : function(){
- window.open(o2.filterUrl("../x_component_Meeting/$Main/qrPrint.html?meeting="+this.data.id), "_blank" );
+ window.open(o2.filterUrl("../x_desktop/meetingQrPrint.html?meeting="+this.data.id), "_blank" );
}.bind(this)
}
}).inject( this.qrCodeArea );
@@ -7,7 +7,6 @@
<link rel="stylesheet" href="../x_desktop/css/mBoxTooltip.css" charset="UTF-8" />
<script src="../o2_core/o2.min.js?v=2.1.3"></script>
- <script src="../o2_core/compatible.min.js?v=2.1.3"></script>
<script src="../o2_lib/Decimal.js"></script>
<script src="../x_desktop/js/base.min.js?v=2.1.3"></script>
<script>