fix linting
This commit is contained in:
parent
b7c8f80d9a
commit
c0f94eb121
3 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
||||||
from django.db import models
|
|
||||||
from project.common.blocks import build_stream_field
|
from project.common.blocks import build_stream_field
|
||||||
from wagtail.wagtailcore.models import Page
|
from wagtail.wagtailcore.models import Page
|
||||||
from wagtail.wagtailadmin.edit_handlers import FieldPanel, StreamFieldPanel
|
from wagtail.wagtailadmin.edit_handlers import StreamFieldPanel
|
||||||
from wagtail.wagtailsearch import index
|
from wagtail.wagtailsearch import index
|
||||||
|
|
||||||
from project.common.models import Entity
|
from project.common.models import Entity
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import './creative';
|
import './creative';
|
||||||
import ansi_up from 'ansi_up';
|
import ansi_up from 'ansi_up';
|
||||||
import { SCROLL_SPEED } from './consts';
|
import { SCROLL_SPEED, NAVBAR_HEIGHT } from './consts';
|
||||||
|
|
||||||
$('.image').each(function () { // setup div-image hybrids
|
$('.image').each(function () { // setup div-image hybrids
|
||||||
const ele = $(this);
|
const ele = $(this);
|
||||||
|
|
|
@ -10,8 +10,6 @@ new WOW().init();
|
||||||
* (Edited for theorangeone.net)
|
* (Edited for theorangeone.net)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$('a.page-scroll').bind('click', function(event) {
|
$('a.page-scroll').bind('click', function(event) {
|
||||||
const anchor = $(this);
|
const anchor = $(this);
|
||||||
$('html, body').stop().animate(
|
$('html, body').stop().animate(
|
||||||
|
|
Reference in a new issue