Little change: "show" button shows job only first time. Now shows job anytime.

This commit is contained in:
Intercross21
2014-05-05 07:20:26 +04:00
parent e05efd0f1e
commit aa7ad269ae
+1 -1
View File
@@ -185,7 +185,7 @@
}
function hideAll(){
var allJobsSlot = document.getElementById('alljobsslot');
allJobsSlot.innerHTML = "<a href='#' onclick='showAll()'>show</a>";
allJobsSlot.innerHTML = "<a href='#' onclick='showAll()'>[(modify.assignment) ? modify.assignment : "Unassgied"]</a>";
}
</script>"}
carddesc += "<form name='cardcomp' action='?src=\ref[src]' method='get'>"