Skip to content

Commit

Permalink
fixed issue mentioned by KevinM
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Oct 3, 2013
1 parent b27ba50 commit 1cc59b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Resources/views/Elfinder/ckeditor.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
{% if includeAssets %}
{% include "FMElfinderBundle:Elfinder:helper:assets_css.html.twig" %}
{% include "FMElfinderBundle:Elfinder:helper/assets_css.html.twig" %}
{% endif %}
</head>
<body>
{% if includeAssets %}
{% include "FMElfinderBundle:Elfinder:helper:assets_js.html.twig" %}
{% include "FMElfinderBundle:Elfinder:helper/assets_js.html.twig" %}
{% endif %}
<script type="text/javascript" charset="utf-8">
function getUrlParam(paramName) {
Expand Down
4 changes: 2 additions & 2 deletions Resources/views/Elfinder/simple.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html>
<head>
{% if includeAssets %}
{% include "FMElfinderBundle:Elfinder:helper:assets_css.html.twig" %}
{% include "FMElfinderBundle:Elfinder:helper/assets_css.html.twig" %}
{% endif %}
</head>
<body>
{% if includeAssets %}
{% include "FMElfinderBundle:Elfinder:helper:assets_js.html.twig" %}
{% include "FMElfinderBundle:Elfinder:helper/assets_js.html.twig" %}
{% endif %}
<script type="text/javascript" charset="utf-8">
$().ready(function() {
Expand Down
4 changes: 2 additions & 2 deletions Resources/views/Elfinder/tinymce.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html>
<head>
{% if includeAssets %}
{% include "FMElfinderBundle:Elfinder:helper:assets_css.html.twig" %}
{% include "FMElfinderBundle:Elfinder:helper/assets_css.html.twig" %}
{% endif %}
</head>
<body>
{% if includeAssets %}
{% include "FMElfinderBundle:Elfinder:helper:assets_js.html.twig" %}
{% include "FMElfinderBundle:Elfinder:helper/assets_js.html.twig" %}
{% endif %}
<script type="text/javascript" src="{{ tinymce_popup_path }}"></script>
<script type="text/javascript" charset="utf-8">
Expand Down

0 comments on commit 1cc59b5

Please sign in to comment.