ups
This commit is contained in:
parent
c747dcf0ea
commit
e8c7c5d1a7
|
@ -10,7 +10,7 @@ $(function(){
|
|||
$('.selected').removeClass("selected");
|
||||
$this.addClass("selected");
|
||||
var project_id = $this.attr("data-id");
|
||||
doProjectLoading();
|
||||
// doProjectLoading();
|
||||
$.getJSON("project_json", {'id': project_id}, function(data) {
|
||||
$('#projectTitle').next().text(data.title);
|
||||
$('#projectSizeProgram').next().html(nl2br(data.size_program));
|
||||
|
|
Loading…
Reference in New Issue
Block a user