diff options
Diffstat (limited to 'design/templates/pages/page.html')
-rw-r--r-- | design/templates/pages/page.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/design/templates/pages/page.html b/design/templates/pages/page.html index 3feff75..9eccaff 100644 --- a/design/templates/pages/page.html +++ b/design/templates/pages/page.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% block content %} -<main> +<main class="single-col"> <h1>{{page.title}}</h1> {{page.body_html|safe}} </main> @@ -22,9 +22,6 @@ novicell.overlay.create({ 'selector': trigger.getAttribute('data-element'), 'class': 'selector-overlay', - "onCreate": function() { console.log('created'); }, - "onLoaded": function() { console.log('loaded'); }, - "onDestroy": function() { console.log('Destroyed'); } }); }); {% endif %} |