|
@@ -23,6 +23,10 @@
|
|
|
</div>
|
|
|
<script>
|
|
|
initVSplitter('stag-mc-main', $('.app-left-panel'), $('.app-right-panel'));
|
|
|
+ window.openInLHS = function(_url) {
|
|
|
+ $('#stag_mcp_lhs')[0].contentWindow.fastLoad(_url, true, false);
|
|
|
+ return false;
|
|
|
+ };
|
|
|
window.openInRHS = function(_url) {
|
|
|
$('#stag_mcp_rhs').attr('src', _url);
|
|
|
return false;
|