Skip to content

Commit

Permalink
fixed base graph date
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrFr committed Dec 11, 2019
1 parent c923cd8 commit 5c6dbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repair/js/strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ require(['models/casestudy', 'models/gdsemodel', 'collections/gdsecollection',
var btn = document.getElementById('build-graph'),
note = document.getElementById('graph-note'),
clone = btn.cloneNode(true);
note.innerHTML = keyflow.get('graph_build') || '-';
note.innerHTML = keyflow.get('graph_date') || '-';
btn.parentNode.replaceChild(clone, btn);
clone.addEventListener('click', function(){
loader.activate();
Expand Down

0 comments on commit 5c6dbb3

Please sign in to comment.