Browse Source

migra tinymce

pull/2485/head
Leandro Roberto 7 years ago
parent
commit
0b4c4fca31
  1. 5
      sapl-frontend/package.json
  2. 6
      sapl-frontend/src/global/functions.js

5
sapl-frontend/package.json

@ -10,13 +10,14 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"bootstrap": "^4.2.1",
"bootstrap-material-design": "^4.1.1",
"dotenv": "^6.2.0",
"jquery": "^3.3.1",
"jquery-mask-plugin": "^1.14.15",
"jquery-ui-themes": "^1.12.0",
"popper.js": "^1.14.6",
"jquery-ui-themes": "^1.12.0",
"sapl-oficial-theme": "../../sapl-oficial-theme",
"tinymce": "^4.9.2",
"tinymce-light-skin": "^1.3.1",
"vue": "^2.5.21",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",

6
sapl-frontend/src/global/functions.js

@ -118,7 +118,6 @@ window.autorModal = function() {
get_nome_autor("#id_autoria__autor");*/
};
window.refreshMask = function () {
$('.telefone').mask("(99) 9999-9999", {placeholder:"(__) ____ -____"});
$('.cpf').mask("000.000.000-00", {placeholder:"___.___.___-__"});
@ -131,8 +130,3 @@ window.refreshMask = function () {
$('.timeinput').mask("00:00:00", {placeholder:"hh:mm:ss"});
$('.cronometro').mask("00:00:00", {placeholder:"hh:mm:ss"});
}
window.refreshDatePicker = function() {
$.datepicker.setDefaults($.datepicker.regional['pt-BR']);
$('.dateinput').datepicker();
}
Loading…
Cancel
Save