File "periodic-table.min.js"
Path: /StudyIB/js/subjects/periodic-tableminjs
File size: 584 bytes
MIME-type: text/plain
Charset: utf-8
$(document).ready(function(){$("#show-periodic-table").click(function(){var i=$(window).height();if($("#modal-periodic-table > div.modal-dialog").css("width","95%"),$("#modal-periodic-table div.modal-body").css("height",i-150+"px"),$(window).width()<1200)$("#modal-periodic-table").modal("show");else{var d=$(window).width(),o=$(window).height(),e=1200<d?1200:Math.round(.9*d),t=640<o?640:Math.round(.9*o),a=(o-t)/2,l=(d-e)/2;window.open("/img/periodic-table/periodic-table.html?l="+Math.random(),"Periodic Table","height="+t+"px,width="+e+"px,scrollbars=yes,top="+a+",left="+l)}})});