Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M3P2 HTML Generator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
12
Issues
12
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
M3P2
M3P2 HTML Generator
Commits
f68837fe
Commit
f68837fe
authored
Apr 20, 2019
by
Goutte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove jquery.
We'll use zepto instead w<hen we'll need the js goodies.
parent
60aed1e7
Pipeline
#163
passed with stage
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
base.html.twig
user/themes/textbook/templates/partials/base.html.twig
+1
-1
No files found.
user/themes/textbook/templates/partials/base.html.twig
View file @
f68837fe
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
{%
block
javascripts
%}
{%
block
javascripts
%}
{# TODO: ZEPTO JS PLS #}
{# TODO: ZEPTO JS PLS #}
{%
do
assets.addJs
(
'jquery'
,
101
)
%
}
{#
{
% do assets.addJs('jquery', 101) %}#
}
{# Yes! We managed to remove all these crappy dependencies \o/ #}
{# Yes! We managed to remove all these crappy dependencies \o/ #}
{#
{
% do assets.addJs('theme://js/jquery.treemenu.js',
{
group:'bottom'}) %}#}
{#
{
% do assets.addJs('theme://js/jquery.treemenu.js',
{
group:'bottom'}) %}#}
{#
{
% do assets.addJs('theme://js/site.js',
{
group:'bottom'}) %}#}
{#
{
% do assets.addJs('theme://js/site.js',
{
group:'bottom'}) %}#}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment