correct 'edit' button of journal list
This commit is contained in:
		
							parent
							
								
									43f6b7b271
								
							
						
					
					
						commit
						f6d3b4a9e9
					
				|  | @ -50,7 +50,7 @@ orbitDesktop.prototype.initializeJournalPapers = function(target,url,cache){ // | |||
|           return false; | ||||
|         }) | ||||
| 
 | ||||
|          $("div[container=true]").on("click",".journal_paper_edit",function(){ | ||||
|         $("div[container=true]").unbind("click").on("click",".journal_paper_edit",function(){ | ||||
|             $.ajax({ | ||||
|               url : $(this).attr("href"), | ||||
|               type : "get", | ||||
|  |  | |||
							
								
								
									
										19
									
								
								db/seeds.rb
								
								
								
								
							
							
						
						
									
										19
									
								
								db/seeds.rb
								
								
								
								
							|  | @ -32,22 +32,3 @@ end | |||
| 
 | ||||
| FactoryGirl.create(:custom_record, journal_title_translations: {zh_tw: "tw_test A", en: "en_test A"}) | ||||
| FactoryGirl.create(:custom_record, journal_title_translations: {zh_tw: "tw_test B", en: "en_test B"}) | ||||
| abstract_file = "./icml2011_abstract" | ||||
| abstracts = File.open(file).readlines | ||||
| 
 | ||||
| bibtex_file = "./icml2011.bibtex" | ||||
| bibtex = File.open(file).readlines | ||||
| 
 | ||||
| 
 | ||||
| FactoryGirl.define do | ||||
|   factory :paper_record, class: "WritingJournal"  do |f| | ||||
|     f.sequence(:paper_title_translations) {|n|{zh_tw: "[tw]_test #{n}", en: "en_test #{n}" }} | ||||
|     f.sequence(:journal_title_translations) {|n| {zh_tw:  "tw_test #{n}", en: "en_test #{n}"}} | ||||
|     f.sequence(:keywords) {|n|  "keywords #{n}"} | ||||
|     f.sequence(:abstract) {|n|  "abstract #{n}"} | ||||
|     f.sequence(:isbn) {|n|  "0714312#{n}#{n}#{n}"} | ||||
|     f.sequence(:year) {|n|  "201#{n}"} | ||||
|     f.create_user_id BSON::ObjectId('4f45f3b9e9d02c5db9000067') #user_id, this is Chris' account | ||||
|     f.update_user_id BSON::ObjectId('4f45f3b9e9d02c5db9000067') #user_id, this is Chris' account | ||||
|   end | ||||
| end | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue