Skip to content
Snippets Groups Projects
Commit ae4d81b7 authored by Isaac Evavold's avatar Isaac Evavold
Browse files

add print call to degree plan menu

parent 5e5c2bd2
No related branches found
No related tags found
No related merge requests found
...@@ -208,8 +208,7 @@ export class DegreePlannerComponent implements OnInit, OnDestroy { ...@@ -208,8 +208,7 @@ export class DegreePlannerComponent implements OnInit, OnDestroy {
} }
public onPrintPlanClick() { public onPrintPlanClick() {
// TODO window.print();
console.log('onPrintPlanClick');
} }
public onSharePlanClick() { public onSharePlanClick() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment