View QubitDashboardExpIDs.js
This file contains 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
javascript:(function() { | |
/** | |
* @package N/A | |
* @version 1.2 //=> 4/25/2016 | |
* @author Blue Acorn <code@blueacorn.com>, Sean Emmel <sean.emmel@blueacorn.com> | |
* @copyright Copyright © 2016 Blue Acorn. | |
* | |
* LAST UPDATED: 4/25/2016 |
View QubitDebugger.js
This file contains 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
javascript:(function() { | |
/** | |
* @package N/A | |
* @version 1.1 //=> 3/1/2016 | |
* @author Blue Acorn <code@blueacorn.com>, Sean Emmel <sean.emmel@blueacorn.com> | |
* @copyright Copyright © 2016 Blue Acorn. | |
* | |
* LAST UPDATED: 3/1/2016 |
View poll_for_element_helper_fn.js
This file contains 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
/** | |
* @package N/A | |
* @version 1.0 | |
* @author Blue Acorn <code@blueacorn.com>, Sean Emmel <sean.emmel@blueacorn.com> | |
* @copyright Copyright © 2015 Blue Acorn. | |
*/ | |
/** | |
* @param {String} - the CSS selector for your element in question |
View _mixins.scss
This file contains 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
@mixin borderRadius($topRight, $bottomRight, $bottomLeft, $topLeft) { | |
-webkit-border-top-right-radius: $topRight; | |
-moz-border-top-right-radius: $topRight; | |
-ms-border-top-right-radius: $topRight; | |
-o-border-top-right-radius: $topRight; | |
border-top-right-radius: $topRight; | |
-webkit-border-bottom-right-radius: $bottomRight; | |
-moz-border-bottom-right-radius: $bottomRight; | |
-ms-border-bottom-right-radius: $bottomRight; | |
-o-border-bottom-right-radius: $bottomRight; |
View Optly Force URL
This file contains 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
javascript:(function() { | |
/** | |
* @package N/A | |
* @version 1.0 | |
* @author Blue Acorn <code@blueacorn.com>, Sean Emmel <sean.emmel@blueacorn.com> | |
* @copyright Copyright © 2015 Blue Acorn. | |
*/ | |
(function() { |
View OptimizelyDebugger.js
This file contains 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
javascript:(function() { | |
/** | |
* @package N/A | |
* @version 1.0 | |
* @author Blue Acorn <code@blueacorn.com>, Sean Emmel <sean.emmel@blueacorn.com> | |
* @copyright Copyright © 2015 Blue Acorn. | |
*/ | |
function Modal() { |