Skip to content

Commit

Permalink
Adjusted package versions; fixed js includes in script-manager.js; re…
Browse files Browse the repository at this point in the history
…-collected static assets
  • Loading branch information
cjg89 committed Feb 5, 2021
1 parent 1d27076 commit 69b539e
Show file tree
Hide file tree
Showing 22 changed files with 2,464 additions and 1,107 deletions.
3,508 changes: 2,437 additions & 1,071 deletions package-lock.json

Large diffs are not rendered by default.

19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"dependencies": {
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-datepicker": "^1.9.0",
"@fortawesome/fontawesome-free": "^5.15.1",
"jquery-placeholder": "^2.3.1",
"timepicker": "^1.13.14",
"@fortawesome/fontawesome-free": "^5.15.2",
"select2": "^4.0.13",
"timepicker": "^1.13.16",
"tinymce": "<5.0.0",
"ucf-athena-framework": "^1.0.8"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"browser-sync": "^2.26.12",
"eslint": "^7.9.0",
"browser-sync": "^2.26.14",
"eslint": "^7.19.0",
"gulp": "~4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
Expand All @@ -30,8 +30,7 @@
"gulp-sass": "~4.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-uglify": "^3.0.2",
"merge": "^1.2.1",
"select2": "^4.0.13"
"merge": "^2.1.0"
},
"browserslist": [
"last 2 versions",
Expand Down
16 changes: 6 additions & 10 deletions static_files/assets/js/script-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
//

// TODO: Review these requirements and ensure they are working correctly
// =require '/bootstrap-3-typeahead/bootstrap3-typeahead.js'
// =require '/timepicker/jquery.timepicker.js'
// =require '/bootstrap-datepicker/dist/js/bootstrap-datepicker.js'
// =require '/select2/dist/js/select2.js
// =require /bootstrap-3-typeahead/bootstrap3-typeahead.js
// =require /timepicker/jquery.timepicker.js
// =require /bootstrap-datepicker/dist/js/bootstrap-datepicker.js
// =require /select2/dist/js/select2.js


//
Expand Down Expand Up @@ -260,9 +260,7 @@ const initiateDatePickers = function (fields) {
.on('click', function () {
fallbackDtpOnClick($(this));
});
})
.removeClass('placeholder') // placeholder plugin checks if this class exists on the field and won't reinitiate if it does.
.placeholder(); // Force init placeholder for old browsers
});

};

Expand Down Expand Up @@ -302,9 +300,7 @@ const initiateTimePickers = function (fields) {
scrollDefaultNow: true,
timeFormat: 'h:i A',
step: 15
})
.removeClass('placeholder') // placeholder plugin checks if this class exists on the field and won't reinitiate if it does.
.placeholder(); // Force init placeholder for old browsers
});
};


Expand Down
4 changes: 0 additions & 4 deletions static_files/assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
// Import third-party assets
//

// =require jquery-placeholder/jquery.placeholder.js

// Athena
// =require ucf-athena-framework/dist/js/framework.min.js

Expand Down Expand Up @@ -257,8 +255,6 @@ const enableTooltips = function () {


$(() => {
$('input, textarea').placeholder();

jumpTo();
toggleModalModifyObject();
calendarSliders();
Expand Down
8 changes: 4 additions & 4 deletions static_files/static/css/style.min.css

Large diffs are not rendered by default.

Binary file modified static_files/static/fonts/fontawesome/fa-brands-400.eot
Binary file not shown.
4 changes: 2 additions & 2 deletions static_files/static/fonts/fontawesome/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static_files/static/fonts/fontawesome/fa-brands-400.ttf
Binary file not shown.
Binary file modified static_files/static/fonts/fontawesome/fa-brands-400.woff
Binary file not shown.
Binary file modified static_files/static/fonts/fontawesome/fa-brands-400.woff2
Binary file not shown.
Binary file modified static_files/static/fonts/fontawesome/fa-regular-400.eot
Binary file not shown.
4 changes: 2 additions & 2 deletions static_files/static/fonts/fontawesome/fa-regular-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static_files/static/fonts/fontawesome/fa-regular-400.ttf
Binary file not shown.
Binary file modified static_files/static/fonts/fontawesome/fa-regular-400.woff
Binary file not shown.
Binary file modified static_files/static/fonts/fontawesome/fa-regular-400.woff2
Binary file not shown.
Binary file modified static_files/static/fonts/fontawesome/fa-solid-900.eot
Binary file not shown.
4 changes: 2 additions & 2 deletions static_files/static/fonts/fontawesome/fa-solid-900.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static_files/static/fonts/fontawesome/fa-solid-900.ttf
Binary file not shown.
Binary file modified static_files/static/fonts/fontawesome/fa-solid-900.woff
Binary file not shown.
Binary file modified static_files/static/fonts/fontawesome/fa-solid-900.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion static_files/static/js/script-manager.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static_files/static/js/script.min.js

Large diffs are not rendered by default.

0 comments on commit 69b539e

Please sign in to comment.