Created
April 24, 2017 13:57
-
-
Save superfine/b8dcdcab7bb6a782f716c1373f13969e to your computer and use it in GitHub Desktop.
CSS Print Sytylesheet helper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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