Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
812ad745
Commit
812ad745
authored
6 years ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
Remove obsolete script type-declaration
parent
ac7424d8
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/base.twig
+5
-5
5 additions, 5 deletions
templates/base.twig
templates/post.php
+2
-3
2 additions, 3 deletions
templates/post.php
with
7 additions
and
8 deletions
templates/base.twig
+
5
−
5
View file @
812ad745
...
...
@@ -49,10 +49,10 @@
{%
endif
%}
{%
endif
%}
{%
endif
%}{%
endspaceless
-
%}
<script
type=
"text/javascript"
src=
"/
{{
baseurlpath
}}
assets/js/lib/clipboard.min.js"
></script>
<script
type=
"text/javascript"
src=
"/
{{
baseurlpath
}}
assets/js/lib/selectize.min.js"
></script>
<script
type=
"text/javascript"
src=
"/
{{
baseurlpath
}}
assets/js/src/language.js"
></script>
<script
type=
"text/javascript"
src=
"/
{{
baseurlpath
}}
assets/js/src/side_menu.js"
></script>
<script
type=
"text/javascript"
src=
"/
{{
baseurlpath
}}
assets/js/src/script.js"
></script>
<script
src=
"/
{{
baseurlpath
}}
assets/js/lib/clipboard.min.js"
></script>
<script
src=
"/
{{
baseurlpath
}}
assets/js/lib/selectize.min.js"
></script>
<script
src=
"/
{{
baseurlpath
}}
assets/js/src/language.js"
></script>
<script
src=
"/
{{
baseurlpath
}}
assets/js/src/side_menu.js"
></script>
<script
src=
"/
{{
baseurlpath
}}
assets/js/src/script.js"
></script>
{%
block
postload
%}{%
endblock
%}
</body></html>
This diff is collapsed.
Click to expand it.
templates/post.php
+
2
−
3
View file @
812ad745
...
...
@@ -4,9 +4,8 @@
<head>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=utf-8"
/>
<title>
POST data
</title>
<script
type=
"text/javascript"
src=
"/
<?php
echo
$this
->
data
[
'baseurlpath'
];
?>
resources/post.js"
></script>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/
<?php
echo
$this
->
data
[
'baseurlpath'
];
?>
resources/post.css"
/>
<script
src=
"/
<?php
echo
$this
->
data
[
'baseurlpath'
];
?>
resources/post.js"
></script>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/
<?php
echo
$this
->
data
[
'baseurlpath'
];
?>
resources/post.css"
/>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment