Merge branch 'publication' of https://github.com/Rulingcom/orbit into publication
* 'publication' of https://github.com/Rulingcom/orbit: stupid bug fixed
This commit is contained in:
		
						commit
						05be9dbc33
					
				| 
						 | 
					@ -304,7 +304,7 @@ orbitDesktop.prototype.initializeJournalPapers = function(target,url,cache){ //
 | 
				
			||||||
        })
 | 
					        })
 | 
				
			||||||
        return false;
 | 
					        return false;
 | 
				
			||||||
      })
 | 
					      })
 | 
				
			||||||
      $("a.bt-new-type").click(function(){
 | 
					      $("div[container=true]").unbind(".new_type").on("click.new_type","a.bt-new-type",function(){
 | 
				
			||||||
        $.ajax({
 | 
					        $.ajax({
 | 
				
			||||||
            url : $(this).attr("href"),
 | 
					            url : $(this).attr("href"),
 | 
				
			||||||
            type : "get",
 | 
					            type : "get",
 | 
				
			||||||
| 
						 | 
					@ -322,7 +322,7 @@ orbitDesktop.prototype.initializeJournalPapers = function(target,url,cache){ //
 | 
				
			||||||
          })
 | 
					          })
 | 
				
			||||||
          return false;
 | 
					          return false;
 | 
				
			||||||
      })
 | 
					      })
 | 
				
			||||||
      $("a.bt-co-author").click(function(){
 | 
					      $("div[container=true]").unbind(".bt-co-author").on("click.bt-co-author","a.bt-co-author",function(){
 | 
				
			||||||
        $.ajax({
 | 
					        $.ajax({
 | 
				
			||||||
            url : $(this).attr("href"),
 | 
					            url : $(this).attr("href"),
 | 
				
			||||||
            type : "get",
 | 
					            type : "get",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue