1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 23:38:37 +00:00

improved pdf view: enable l10n

This commit is contained in:
llj 2012-07-23 16:56:31 +08:00
parent d0ac9405d1
commit 9d1b1a63d9

View File

@ -22,6 +22,7 @@ var RenderingStates = {
var mozL10n = document.mozL10n || document.webL10n;
location.hash = '#locale=zh-CN';//enable l10n
function getFileName(url) {
var anchor = url.indexOf('#');