diff --git a/sapl-frontend/.eslintrc.js b/sapl-frontend/.eslintrc.js index 3f3df4f72..967945e1b 100644 --- a/sapl-frontend/.eslintrc.js +++ b/sapl-frontend/.eslintrc.js @@ -1,7 +1,8 @@ module.exports = { root: true, env: { - node: true + node: true, + jquery: true }, extends: ["plugin:vue/essential", "@vue/prettier"], rules: { diff --git a/sapl-frontend/package.json b/sapl-frontend/package.json index 7aa4b968e..0f35b9a36 100644 --- a/sapl-frontend/package.json +++ b/sapl-frontend/package.json @@ -13,8 +13,9 @@ "dotenv": "^6.2.0", "jquery": "^3.3.1", "jquery-mask-plugin": "^1.14.15", - "popper.js": "^1.14.6", "jquery-ui-themes": "^1.12.0", + "lodash": "^4.17.11", + "popper.js": "^1.14.6", "sapl-oficial-theme": "../../sapl-oficial-theme", "tinymce": "^4.9.2", "tinymce-light-skin": "^1.3.1", diff --git a/sapl/static/js/jquery.runner.js b/sapl-frontend/src/global/jquery.runner.js similarity index 100% rename from sapl/static/js/jquery.runner.js rename to sapl-frontend/src/global/jquery.runner.js diff --git a/sapl/templates/base.html b/sapl/templates/base.html index aa013f716..a98d6b1a4 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -250,23 +250,24 @@ - - - - {# Incorporado em sapl-frontend#} + + + #Eliminado + + {% endcomment %} {% block extra_js %}{% endblock %}