Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-06-16 20:02:05 +0300
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-06-16 21:53:51 +0300
commit0606fc58a5b1d4476258f6005ba05824478e9299 (patch)
treed4ed13bfe4931a4bb27ccefce498ecab6ca0c40a /js/admin.js
parenta5ae82e870a78dea4fb8f92e59b2a4119a4ef29d (diff)
Fix coding style complaints
Diffstat (limited to 'js/admin.js')
-rw-r--r--js/admin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/admin.js b/js/admin.js
index 5e9f26b6..ae7d2214 100644
--- a/js/admin.js
+++ b/js/admin.js
@@ -5,7 +5,7 @@ $(document).ready(function(){
var documentsSettings = {
save : function() {
$('#docs_apply').attr('disabled', true);
- var data = {
+ var data = {
converter : $('[name="docs_converter"]:checked').val()
};