[Pkg-owncloud-commits] [owncloud] 113/394: coding style

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:11:40 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.

commit 85a0ba28d7d020f7a679b8f1c0744d72735b3b82
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Fri Nov 16 20:28:58 2012 +0100

    coding style
---
 core/js/eventsource.js |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/js/eventsource.js b/core/js/eventsource.js
index 4f4515f..2250a9c 100644
--- a/core/js/eventsource.js
+++ b/core/js/eventsource.js
@@ -65,7 +65,8 @@ OC.EventSource=function(src,data){
 		if(src.indexOf('?') == -1) {
 			joinChar = '?';
 		}
-		alert(src.indexOf('?'));	this.iframe.attr('src',src+joinChar+'fallback=true&fallback_id='+OC.EventSource.iframeCount+'&'+dataStr);
+		alert(src.indexOf('?'));
+		this.iframe.attr('src',src+joinChar+'fallback=true&fallback_id='+OC.EventSource.iframeCount+'&'+dataStr);
 		$('body').append(this.iframe);
 		this.useFallBack=true;
 		OC.EventSource.iframeCount++

-- 
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