Merge pull request #4497 from owncloud/newlines_at_eof_kondou
Add newlines at the end of filesremotes/origin/stable6
commit
c7af26ec84
@ -1,4 +1,4 @@ |
||||
/* disable download and sharing actions */ |
||||
var disableDownloadActions = true; |
||||
var disableSharing = true; |
||||
var trashBinApp = true; |
||||
var trashBinApp = true; |
||||
|
@ -1,3 +1,3 @@ |
||||
$(document).bind('ajaxSend', function(elm, xhr, s) { |
||||
xhr.setRequestHeader('requesttoken', oc_requesttoken); |
||||
}); |
||||
}); |
||||
|
@ -1,4 +1,4 @@ |
||||
$(document).ready(function () { |
||||
var visitortimezone = (-new Date().getTimezoneOffset() / 60); |
||||
$('#timezone-offset').val(visitortimezone); |
||||
}); |
||||
}); |
||||
|
@ -1,2 +1,2 @@ |
||||
<?php |
||||
echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}')); |
||||
echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}')); |
||||
|
Loading…
Reference in new issue