{"version":3,"sources":["event.min.js"],"names":["loadEvents","push","$","mouseenter","originalText","this","text","mouseleave"],"mappings":"AAOAA,WAAWC,KAAK,WAEfC,EAAE,iBAAiBC,WAAW,WAC7BC,aAAeF,EAAEG,MAAMC,OACvBJ,EAAEG,MAAMC,KAAK,SAEbC,WAAW,WACXL,EAAEG,MAAMC,KAAKF","file":"event.min.js","sourcesContent":["/**************************************************************************\r\nName: \tevent.js\r\nDescription: \tEvent scripting\r\nDate Created: \t08.30.2019 Brynn Chivers\r\nModified:\r\n**************************************************************************/\r\n\r\nloadEvents.push(function() {\r\n\t//var originalText;\r\n\t$(\".iconLink.pdf\").mouseenter(function() {\r\n\t\toriginalText = $(this).text();\r\n\t\t$(this).text(\"PDF\");\r\n\t})\r\n\t.mouseleave(function() {\r\n\t\t$(this).text(originalText);\r\n\t});\r\n});"]}