summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-02-26 13:10:46 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-02-26 13:10:46 +0100
commit9847912257de1910f99879caac8ea925fb85caed (patch)
tree026d8ce83a014e544f262a13b8ef4a271d0bb1ff /core
parent331bd527a7d130ec050018e971f1d42f9ea35a5b (diff)
downloadnextcloud-server-9847912257de1910f99879caac8ea925fb85caed.tar.gz
nextcloud-server-9847912257de1910f99879caac8ea925fb85caed.zip
Remove unused variables, add doc blocks and break lines
Fix #7166
Diffstat (limited to 'core')
-rw-r--r--core/js/js.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/js.js b/core/js/js.js
index ac79f13a6d1..88b70723dd1 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -468,8 +468,8 @@ OC.addStyle.loaded=[];
OC.addScript.loaded=[];
OC.msg={
- startSaving:function(selector, message){
- OC.msg.startAction(selector, t('settings', 'Saving...'));
+ startSaving:function(selector){
+ OC.msg.startAction(selector, t('core', 'Saving...'));
},
finishedSaving:function(selector, data){
OC.msg.finishedAction(selector, data);