Robert 3 years ago
parent 52716610c4
commit 1cc4e49b51
  1. 12
      core/addons/ajax.js
  2. 12
      core/addons/load_assets.js
  3. 12
      core/addons/print_frame.js
  4. 6
      gulpfile.js

@ -1,9 +1,9 @@
/* /**
* @author Robert Strutts * AJAX
* @copyright 2019 * @author Robert Strutts <Robert@TryingToScale.com>
* @license MIT * @copyright Copyright (c) 2019, Robert Strutts.
* AJAX * @license https://mit-license.org/
*/ */
tts.grab_form = function (form_id) { tts.grab_form = function (form_id) {
try { try {

@ -1,9 +1,9 @@
/* /**
* Load Assets * Load Assets
* @author Robert Strutts * @author Robert Strutts <Robert@TryingToScale.com>
* @copyright 2019 * @copyright Copyright (c) 2019, Robert Strutts.
* @license MIT * @license https://mit-license.org/
*/ */
tts.DoCacheAssets = true; tts.DoCacheAssets = true;

@ -1,9 +1,9 @@
/* /**
* Printer Support * Printer Support
* @author Robert Strutts * @author Robert Strutts <Robert@TryingToScale.com>
* @copyright 2019 * @copyright Copyright (c) 2019, Robert Strutts.
* @license MIT * @license https://mit-license.org/
*/ */
/* Printer Framed Window */ /* Printer Framed Window */
var array_of_frames = []; /* Needed to track open iFrames */ var array_of_frames = []; /* Needed to track open iFrames */

@ -1,3 +1,9 @@
/**
* @author Robert Strutts <Robert@TryingToScale.com>
* @copyright Copyright (c) 2022, Robert Strutts.
* @license https://mit-license.org/
*/
/* My Plug-Ins */ /* My Plug-Ins */
const extend = require('./gulp_deps/gulp-extend'); const extend = require('./gulp_deps/gulp-extend');
const when = require('./gulp_deps/gulp-when'); const when = require('./gulp_deps/gulp-when');

Loading…
Cancel
Save