stupid bug fixed
This commit is contained in:
parent
afee03cd1f
commit
f227e55c4f
|
@ -304,7 +304,7 @@ orbitDesktop.prototype.initializeJournalPapers = function(target,url,cache){ //
|
|||
})
|
||||
return false;
|
||||
})
|
||||
$("a.bt-new-type").click(function(){
|
||||
$("div[container=true]").unbind(".new_type").on("click.new_type","a.bt-new-type",function(){
|
||||
$.ajax({
|
||||
url : $(this).attr("href"),
|
||||
type : "get",
|
||||
|
@ -322,7 +322,7 @@ orbitDesktop.prototype.initializeJournalPapers = function(target,url,cache){ //
|
|||
})
|
||||
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({
|
||||
url : $(this).attr("href"),
|
||||
type : "get",
|
||||
|
|
Loading…
Reference in New Issue