{"version":3,"names":[],"mappings":"","sources":["main.js"],"sourcesContent":["var hypomok;\nhypomok = function () {\n\tvar defaults = {\n\t\t'navBackground' : $('#bgimg')\n\t};\n\n\tfunction init(){\n\n\t}\n\tfunction activateContainedAnchor(evt, el){\n\t\t\t// simul-click the link when the background is clicked.\n\t\t\t$(el).children()[0].click();\n\t\t\treturn true;\n\t}\n\n\n\tfunction titleFindFormSubmit (evt, el){\n\t\t\t//using select>change causes pop-up blocker :G\n\t\t\tvar select, url;\n\t\t\tselect = $(this).find('select');\n\t\t\tif (select.length){\n\t\t\t\turl = select[0].value;\n\t\t\t\tif (url.length){\n\t\t\t\t\twindow.open(url, \"_blank\");\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t}\n\n\tfunction decoratePage (section) {\n\t\tswitch (section) {\n\t\t\tcase \"Home\":\n\t\t\t\tsection = \"\";\n\t\t\t\taddDelegate('#categories', 'div', 'click', activateContainedAnchor);\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\taddDelegate('.titles', 'form', 'submit', titleFindFormSubmit);\n\t\t\t\tbreak;\n\t\t}\n\t\tif (section.length){\n\t\t\tsetNavBackground(section);\n\t\t}\n\t}\n\n\tfunction setNavBackground (section) {\n\t\tif ($(defaults.navBackground).parent().css('display') != \"none\") {\n\t\t\t$(defaults.navBackground)\n\t\t\t.hide()\n\t\t\t.css('background-image', \"url('assets/images/categories/\" + section + \".jpg')\")\n\t\t\t.fadeIn(500);\n\t\t}\n\t}\n\n\n\tfunction addDelegate(el, item, event, fn){\n\t\t$(el).on(event, item, function(event){\n\t\t\tvar result;\n\t\t\tresult = fn.call(this, event, this);\n\t\t\treturn result;\n\t\t});\n\t}\n\n\treturn {\n init: init,\n decoratePage: decoratePage\n };\n\n}();\n"],"file":"main.min.js","sourceRoot":"../components/source/js/"}