@ -1,9 +1,9 @@
/*
* @author Robert Strutts
* @copyright 2019
* @license MIT
* AJAX
*/
/**
* @author Robert Strutts <Robert@TryingToScale.com>
* @copyright Copyright (c) 2019, Robert Strutts.
* @license https://mit-license.org/
tts.grab_form = function (form_id) {
try {
* Load Assets
tts.DoCacheAssets = true;
* Printer Support
/* Printer Framed Window */
var array_of_frames = []; /* Needed to track open iFrames */
@ -1,3 +1,9 @@
* @copyright Copyright (c) 2022, Robert Strutts.
/* My Plug-Ins */
const extend = require('./gulp_deps/gulp-extend');
const when = require('./gulp_deps/gulp-when');