Skip to content

Instantly share code, notes, and snippets.

@superfine
Created April 24, 2017 13:57
Show Gist options
  • Save superfine/b8dcdcab7bb6a782f716c1373f13969e to your computer and use it in GitHub Desktop.
Save superfine/b8dcdcab7bb6a782f716c1373f13969e to your computer and use it in GitHub Desktop.
CSS Print Sytylesheet helper
'use strict';
var PRJ = window.PRJ || {};
PRJ.printOnReload = {
init: function () {
window.print();
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment