[Pkg-owncloud-commits] [owncloud] 186/457: Fix for parenthesis
David Prévot
taffit at moszumanska.debian.org
Sun Jun 28 20:06:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 6aeaa6954b5b753a04c678109f1df614a32b6fda
Author: Olivier Paroz <oparoz at users.noreply.github.com>
Date: Fri May 29 17:49:26 2015 +0200
Fix for parenthesis
---
core/js/oc-dialogs.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/js/oc-dialogs.js b/core/js/oc-dialogs.js
index b1ad72d..8ebce84 100644
--- a/core/js/oc-dialogs.js
+++ b/core/js/oc-dialogs.js
@@ -389,7 +389,7 @@ var OCdialogs = {
forceIcon: 0
};
var previewpath = OC.generateUrl('/core/preview.png?') + $.param(urlSpec);
- $originalDiv.find('.icon').css('background-image','url('+previewpath+')');
+ $originalDiv.find('.icon').css({"background-image": "url('" + previewpath + "')"});
getCroppedPreview(replacement).then(
function(path){
$replacementDiv.find('.icon').css('background-image','url(' + path + ')');
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list