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
import React from "react"; | |
import Question from "../sttr_client/models/question"; | |
type State = { | |
active: boolean; | |
finished: boolean; | |
checked: boolean; | |
}; |
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
import React from "react"; | |
import Question from "../sttr_client/models/question"; | |
type State = { | |
active: boolean; | |
finished: boolean; | |
checked: boolean; | |
}; |
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
<!doctype html> | |
<html> | |
<head> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.js"></script> | |
<script> | |
_$ = jQuery.noConflict(); // make our own safe version | |
$ = jQuery; // support cms widgets and other third parties | |
(function(version){ |
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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
@mixin for-theme($theme) { | |
@media (theme: $theme) { | |
& { | |
@content; | |
} | |
} |
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
/* | |
* Copyright (c) 2011, Yahoo! Inc. All rights reserved. | |
* Copyright (c) 2012, Log-Normal, Inc. All rights reserved. | |
* Copyright (c) 2014, SOASTA, Inc. All rights reserved. | |
* Copyrights licensed under the BSD License. See the accompanying LICENSE.txt file for terms. | |
*/ | |
/** | |
\file boomerang.js | |
boomerang measures various performance characteristics of your user's browsing |
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
<script> | |
/* | |
Replace the 'pub-xxxxxxxxxxxxxxxx' with your own Google Adsense publisher-id. | |
Update the 'positions' with the data from your Google Adsense account page. | |
Usage: | |
<div class="tagmanager_ad" data-name="rectangle"></div> | |
*/ | |
var publisherId = "pub-xxxxxxxxxxxxxxxx", |