|
@@ -87,9 +87,9 @@
|
|
|
$scope.initEditor = function (editor, minder) {
|
|
|
window.editor = editor;
|
|
|
window.minder = minder;
|
|
|
- setTimeout(function () {
|
|
|
- window.editor.minder._rc.setTranslate([(window.editor.minder._lastClientSize.width - window.editor.minder._root._contentBox.width) / 2, 120]);
|
|
|
- }, 500)
|
|
|
+ // setTimeout(function () {
|
|
|
+ // window.editor.minder._rc.setTranslate([(window.editor.minder._lastClientSize.width - window.editor.minder._root._contentBox.width) / 2, 120]);
|
|
|
+ // }, 500)
|
|
|
};
|
|
|
});
|
|
|
document.domain = document.domain.split(".").slice(-2).join(".");
|