stupid bug fixed

This commit is contained in:
Harry Bomrah 2012-12-03 17:52:05 +08:00 committed by chris
parent 58e71c29b3
commit c6e0b56012
1 changed files with 2 additions and 2 deletions

View File

@ -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",