1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 08:16:07 +00:00
This commit is contained in:
llj
2016-06-23 16:48:29 +08:00
committed by Daniel Pan
parent 1a2cfee678
commit b2cda939aa
2 changed files with 8 additions and 5 deletions

View File

@@ -58,6 +58,7 @@ define([
if (app.pageOptions.guide_enabled) {
$('#guide-for-new').modal({appendTo: '#main', focus:false});
$('#simplemodal-container').css({'height':'auto'});
app.pageOptions.guide_enabled = false;
}
},