Commit 6316725c authored by Alexander Yuzhin's avatar Alexander Yuzhin

[SE mobile] Fix bug 33994

parent c3f3da85
......@@ -215,6 +215,16 @@ define([
})
);
var $view = $('.settings');
if ($view.length > 0) {
$view.find('#add-link-sheet select').html(
_.template(tpl, {
worksheets: sheets
})
);
}
var active = _.findWhere(sheets, {active:true});
if ( active )
this.setActiveWorksheet(active.value, active.caption);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment