Skip to content
Snippets Groups Projects
Commit e5ad774a authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

coding style

parent 47648761
No related branches found
No related tags found
No related merge requests found
......@@ -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++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment