FACT++  1.0
function strike (   id,
  status 
)

Definition at line 96 of file index.js.

References var().

Referenced by process_status().

97 {
98  var e = document.getElementById(id);
99  if (!e)
100  return;
101 
102  if (status == false)
103  e.style.textDecoration="line-through";
104  else
105  e.style.textDecoration="";
106 }
po::typed_value< T > * var(T *ptr=0)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: