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
body {padding: 10px;} | |
.caret { | |
border-left: 4px solid transparent; | |
border-right: 4px solid transparent; | |
border-top: 4px solid #000000; | |
display: inline-block; | |
height: 0; | |
opacity: 0.3; | |
vertical-align: top; | |
width: 0; |
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
ko.bindingHandlers.operationsAsChecked = { | |
init: function (element, valueAccessor, allBindings) { | |
// Guest does nothing - disable | |
var value = ko.utils.unwrapObservable(valueAccessor()); | |
var observable = valueAccessor(); | |
var guestBtn = $("button", element); | |
guestBtn.on("click", function () { | |
var checkboxes = $("input", element); | |
if (observable().indexOf("Guest") == -1) { |
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
<script type="text/javascript"> | |
curl(["domReady!", "QUnit"], function (dom, QUnit) { | |
// Pause QUnit so you know that Firebase is connected | |
QUnit.config.autostart = false; | |
}) | |
.next(["Firebase"]) | |
.next(["QUnit", | |
"jquery", | |
"utilsHelpers", | |
"FirebaseManager", |
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
[2015-20-05 6:30:11][notice][555cc4a378e56] | |
[2015-20-05 6:30:11][notice][555cc4a378e56] ========== INIT 555cc4a378e56 2.5.4 ========== | |
[2015-20-05 6:30:11][notice][555cc4a378e56] | |
[2015-20-05 6:30:11][notice][555cc4a378e56] checkForMainQuery(): It is the main query | |
[2015-20-05 6:30:11][notice][555cc4a378e56] | |
[2015-20-05 6:30:11][notice][555cc4a378e56] ========== END 555cc4a378e56 ========== | |
[2015-20-05 6:30:11][notice][555cc4a378e56] | |
[2015-20-05 6:30:12][notice][555cc4a482e1d] | |
[2015-20-05 6:30:12][notice][555cc4a482e1d] ========== INIT 555cc4a482e1d 2.5.4 ========== |