Skip to content

Commit

Permalink
fix: Structure and references missed a js
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Apr 9, 2017
1 parent 1dba85f commit 8c2e2e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/server/routes/rest/post.js
Expand Up @@ -15,7 +15,6 @@ import {
* @return {[type]} [description]
*/
var route = function(req, res, next) {
console.log('Bonne route')
abeExtend.hooks.instance.trigger('beforeRoute', req, res, next)
if(typeof res._header !== 'undefined' && res._header !== null) return

Expand Down
3 changes: 2 additions & 1 deletion src/server/views/list-references.html
Expand Up @@ -22,7 +22,7 @@
<div class="references-list row">
<div class="manager-tab references-files">
<div class="text-uppercase">
Structure editor
Reference editor
</div>
<div class="manager-tab-content references-files-wrapper">
<ul class="list-group">
Expand Down Expand Up @@ -61,5 +61,6 @@
</div>
{{abeImport 'common-scripts' manager.config this}}
<script type="text/javascript" src="/abecms/scripts/admin-compiled.js"></script>
<script type="text/javascript" src="/abecms/scripts/template-engine-compiled.js"></script>
</body>
</html>
3 changes: 2 additions & 1 deletion src/server/views/list-structure.html
Expand Up @@ -21,7 +21,7 @@
<div class="manager-right tab">
<div class="manager-tab structure-folders">
<div class="text-uppercase">
Reference editor
Structure editor
</div>
<div class="structure-editor manager-tab-content">
<input type="hidden" class="structure-json" value='{{@root.structure}}'>
Expand All @@ -42,5 +42,6 @@
</div>
{{abeImport 'common-scripts' manager.config this}}
<script type="text/javascript" src="/abecms/scripts/admin-compiled.js"></script>
<script type="text/javascript" src="/abecms/scripts/template-engine-compiled.js"></script>
</body>
</html>

0 comments on commit 8c2e2e5

Please sign in to comment.