Update AdminLTE to 4.0.0-rc4
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
|
||||
<div id="adminlte-version"></div>
|
||||
|
||||
%# Specific panel js code
|
||||
%# Specific panel general js code
|
||||
% $controller = stash('controller');
|
||||
% if ($controller) {
|
||||
% my $js_path = "js/$controller.js";
|
||||
@@ -216,6 +216,17 @@
|
||||
% }
|
||||
% }
|
||||
|
||||
%# Specific panel general js code
|
||||
% $controller = stash('controller');
|
||||
% if ($controller) {
|
||||
% my $js_path = "smanager/koozali/$controller.js";
|
||||
%# Use the url_for helper to generate the correct static file URL
|
||||
% if (app->static->file($js_path)) {
|
||||
<script src="<%= url_for("smanager/koozali/$js_path") %>"></script>
|
||||
% }
|
||||
% }
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user