Remove moar stuff
This commit is contained in:
parent
11d2f80524
commit
a34b82eadb
|
@ -1,13 +0,0 @@
|
||||||
/*
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
document.getElementById('captcha').value =
|
|
||||||
*/
|
|
||||||
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
let captchaValue =
|
|
||||||
document
|
|
||||||
.querySelector('label[for="captcha"]')
|
|
||||||
.textContent
|
|
||||||
.match(/'(flag|bump)'/)[1];
|
|
1
cpanfile
1
cpanfile
|
@ -9,4 +9,3 @@ requires 'CSS::Minifier::XS';
|
||||||
requires 'Text::Markdown';
|
requires 'Text::Markdown';
|
||||||
requires 'HTML::Restrict';
|
requires 'HTML::Restrict';
|
||||||
requires 'IO::Socket::SSL';
|
requires 'IO::Socket::SSL';
|
||||||
requires 'JavaScript::Minifier::XS';
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ use PostText::Model::Moderator;
|
||||||
sub startup($self) {
|
sub startup($self) {
|
||||||
$self->plugin('Config');
|
$self->plugin('Config');
|
||||||
$self->plugin('TagHelpers::Pagination');
|
$self->plugin('TagHelpers::Pagination');
|
||||||
$self->plugin(AssetPack => {pipes => [qw{Css JavaScript Combine}]});
|
$self->plugin(AssetPack => {pipes => [qw{Css Combine}]});
|
||||||
|
|
||||||
# Helpers
|
# Helpers
|
||||||
$self->helper(pg => sub ($c) {
|
$self->helper(pg => sub ($c) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user