mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-16 17:42:05 +00:00
Bin unused function
Change-Id: I57bc98cd382081e776e1ed58da095a404834b431
This commit is contained in:
6
loleaflet/dist/toolbar/toolbar.js
vendored
6
loleaflet/dist/toolbar/toolbar.js
vendored
@ -774,12 +774,6 @@ function onSearchKeyPress(e) {
|
||||
}
|
||||
}
|
||||
|
||||
function onSaveAs(e) {
|
||||
if (e !== false) {
|
||||
map.saveAs(e.url, e.format, e.options);
|
||||
}
|
||||
}
|
||||
|
||||
function sortFontSizes() {
|
||||
var oldVal = $('.fontsizes-select').val();
|
||||
var selectList = $('.fontsizes-select option');
|
||||
|
Reference in New Issue
Block a user