aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-20 17:20:30 +0200
committerkondou <kondou@ts.unde.re>2013-08-20 17:20:30 +0200
commitf1518a54dffb4a309da3952e154b71d4bc9482f8 (patch)
treeb6faeec269eb8904c5c8f42732e5466758fdeb0e /core/js/js.js
parent65d802329f8307cd010a306073d2d3ffd7dc7b74 (diff)
parentde949b1caa4491a8016ed5e609fc781526fea54d (diff)
downloadnextcloud-server-f1518a54dffb4a309da3952e154b71d4bc9482f8.tar.gz
nextcloud-server-f1518a54dffb4a309da3952e154b71d4bc9482f8.zip
Merge branch 'master' into clean_up_util
Conflicts: lib/util.php
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 4dfe4d0e5ee..d580b6113e6 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -69,7 +69,7 @@ function initL10N(app) {
var code = 'var plural; var nplurals; '+pf+' return { "nplural" : nplurals, "plural" : (plural === true ? 1 : plural ? plural : 0) };';
t.plural_function = new Function("n", code);
} else {
- console.log("Syntax error in language file. Plural-Forms header is invalid ["+plural_forms+"]");
+ console.log("Syntax error in language file. Plural-Forms header is invalid ["+t.plural_forms+"]");
}
}
}
@@ -758,13 +758,10 @@ $(document).ready(function(){
});
// all the tipsy stuff needs to be here (in reverse order) to work
- $('.jp-controls .jp-previous').tipsy({gravity:'nw', fade:true, live:true});
- $('.jp-controls .jp-next').tipsy({gravity:'n', fade:true, live:true});
$('.displayName .action').tipsy({gravity:'se', fade:true, live:true});
$('.password .action').tipsy({gravity:'se', fade:true, live:true});
$('#upload').tipsy({gravity:'w', fade:true});
$('.selectedActions a').tipsy({gravity:'s', fade:true, live:true});
- $('a.delete').tipsy({gravity: 'e', fade:true, live:true});
$('a.action').tipsy({gravity:'s', fade:true, live:true});
$('td .modified').tipsy({gravity:'s', fade:true, live:true});