comparison Applications/StoneWebViewer/Resources/Graveyard/print.js @ 1660:05b55b89a134

use local copy of open-sans, remove ua-parser
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Nov 2020 10:21:20 +0100
parents 4fb8fdf03314
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1659:641d39cc8537 1660:05b55b89a134
15 * Affero General Public License for more details. 15 * Affero General Public License for more details.
16 * 16 *
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20
21
22 // DEPENDENCY: https://github.com/faisalman/ua-parser-js
20 23
21 24
22 function beforePrint(event){ 25 function beforePrint(event){
23 console.log('beforePrint'); 26 console.log('beforePrint');
24 var $body = $('body'); 27 var $body = $('body');