|
@@ -150,22 +150,18 @@
|
|
|
'app/sections/aside.html',
|
|
'app/sections/aside.html',
|
|
|
'app/sections/touchevents.html',
|
|
'app/sections/touchevents.html',
|
|
|
'app/sections/layoutevents.html',
|
|
'app/sections/layoutevents.html',
|
|
|
-
|
|
|
|
|
'app/sections/splash.html',
|
|
'app/sections/splash.html',
|
|
|
'app/sections/data-attribute.html',
|
|
'app/sections/data-attribute.html',
|
|
|
'app/sections/scroll.html',
|
|
'app/sections/scroll.html',
|
|
|
'app/sections/color.html',
|
|
'app/sections/color.html',
|
|
|
'app/sections/pull.html',
|
|
'app/sections/pull.html',
|
|
|
'app/sections/carousel.html',
|
|
'app/sections/carousel.html',
|
|
|
|
|
+ 'app/sections/environment.html',
|
|
|
'app/asides/features.html',
|
|
'app/asides/features.html',
|
|
|
'app/asides/left.html',
|
|
'app/asides/left.html',
|
|
|
'app/asides/right.html']
|
|
'app/asides/right.html']
|
|
|
|
|
|
|
|
});
|
|
});
|
|
|
-
|
|
|
|
|
- Lungo.ready(function() {
|
|
|
|
|
- Lungo.View.Aside.show('features');
|
|
|
|
|
- });
|
|
|
|
|
</script>
|
|
</script>
|
|
|
<script src="app/app.js"></script>
|
|
<script src="app/app.js"></script>
|
|
|
<script src="app/events.notification.js"></script>
|
|
<script src="app/events.notification.js"></script>
|