Revision 781:62a8d632451c vendor/plugins/redmine_tags/assets/javascripts

View differences:

vendor/plugins/redmine_tags/assets/javascripts/projects_index.js
1
Event.observe(window, 'load', function() {
2

  
3
});
1
// Event.observe(window, 'load', function() {
2
// });
4 3

  
5 4

  
6 5
function toggleFieldsetWithState(this_field){
......
19 18
	 	parameters: {field_id: id, status: nstatus},
20 19
    	asynchronous: true
21 20
  	});
22
}
21
}

Also available in: Unified diff