first commit
This commit is contained in:
7
web/js/dropMenu/start.js
Normal file
7
web/js/dropMenu/start.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var portal;
|
||||
function init() {
|
||||
portal = new Portal(options);
|
||||
portal.applySettings(settings);
|
||||
}
|
||||
Event.observe(window, 'load', init, false);
|
||||
|
||||
Reference in New Issue
Block a user