This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* qut-bbcssfix | |
* @author Christopher Baldwin [https://staff.qut.edu.au/details?id=baldwicc] | |
* @licence Simplified BSD License | |
* @source https://gist.github.com/baldwicc/6410608 | |
*/ | |
/* Usage: | |
- Set elem_to_check and style_to_check to a style that doesn't appear to load correctly | |
- Set bad_value to the default css rule applied to this element (eg: "none") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** qut-inlinewarnings | |
* Adds a native lightbox based on url regex, or a native inline messages based on matching css selectors. Useful when decommissioning tools. | |
* | |
* - Uses .html resources for lightbox iframes | |
* - Only shows lightbox once a day | |
* - Useful for building block pages, or standard pages with content items | |
* - Tracks to GA | |
* | |
* @author Christopher Baldwin [https://staff.qut.edu.au/details?id=baldwicc] | |
* @licence Simplified BSD License |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* jshint strict: false */ | |
/* global Event, $$ */ | |
/** | |
* qut-pagetitles | |
* @author Christopher Baldwin [https://staff.qut.edu.au/details?id=baldwicc] | |
* @license Simplified BSD License | |
* @source [https://gist.github.com/baldwicc/6362607] | |
*/ | |
/* | |
Usage: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* qut-jqueryqueue | |
* @author Christopher Baldwin [https://staff.qut.edu.au/details?id=baldwicc] | |
* @licence Simplified BSD License | |
* @source https://gist.github.com/baldwicc/6315577 | |
*/ | |
/* | |
Exaple of usage: |
NewerOlder