mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 15:33:23 +08:00
Refactoring
This commit is contained in:
@ -20,11 +20,6 @@
|
||||
<% } else { %>
|
||||
<style><%= htmlWebpackPlugin.options.skeleton.stylesheet %></style>
|
||||
<% } %>
|
||||
<% if ( htmlWebpackPlugin.options.skeleton.checkerscript ) { %>
|
||||
<script>
|
||||
<%= htmlWebpackPlugin.options.skeleton.checkerscript %>
|
||||
</script>
|
||||
<% } %>
|
||||
<!-- built styles file will be auto injected -->
|
||||
</head>
|
||||
<body>
|
||||
@ -34,6 +29,11 @@
|
||||
<%= htmlWebpackPlugin.options.skeleton.htmlscript %>
|
||||
</script>
|
||||
<% } %>
|
||||
<% if ( htmlWebpackPlugin.options.skeleton.checkerscript ) { %>
|
||||
<script>
|
||||
<%= htmlWebpackPlugin.options.skeleton.checkerscript %>
|
||||
</script>
|
||||
<% } %>
|
||||
<section class="skl-container">
|
||||
<div class="skl-navbar skl-navbar--word"></div>
|
||||
<div class="skl-lines">
|
||||
|
||||
Reference in New Issue
Block a user