stupid bug fixed
This commit is contained in:
		
							parent
							
								
									58e71c29b3
								
							
						
					
					
						commit
						c6e0b56012
					
				|  | @ -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