diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/contacts/js/loader.js | 2 | ||||
-rw-r--r-- | apps/files_texteditor/css/style.css | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/apps/contacts/js/loader.js b/apps/contacts/js/loader.js index eb59185d728..95fd7dc94ea 100644 --- a/apps/contacts/js/loader.js +++ b/apps/contacts/js/loader.js @@ -77,5 +77,7 @@ $(document).ready(function(){ if(typeof FileActions !== 'undefined'){ FileActions.register('text/vcard','importaddressbook', '', Contacts_Import.importdialog); FileActions.setDefault('text/vcard','importaddressbook'); + FileActions.register('text/x-vcard','importaddressbook', '', Contacts_Import.importdialog); + FileActions.setDefault('text/x-vcard','importaddressbook'); }; });
\ No newline at end of file diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css index e260ab0dd46..6a4392a08e9 100644 --- a/apps/files_texteditor/css/style.css +++ b/apps/files_texteditor/css/style.css @@ -5,7 +5,7 @@ left: 12.5em; } #editorwrapper{ - position: absoloute; + position: absolute; height: 0; width: 0; top: 41px; |