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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlQW/h9MkXwMGGJSiiZPDhuOFT+TH0m99okYIHouO39AWneuQcGg0kchO+qj3FpdDlYwRud3hRhUKH8y8riXPsFjnXs3E337ztyzbaZotx1s9pZaiBhGwUxRknVgQENvmqoNMjfKD7OIl7RqtswP/ZUwOy1Hvr6G4CxlmeCz85ESW5zOpFCZND135RIgcnFhLlyyotutLiyuHQhZdFjvOcbvImsaFoDKD4EnF3m/T+fcecvw8zwr9kJfEFUWyZ4MrH6BfAtbX9T2HT5FebUotVEdstGwleRtTYpNXjWJakXrQEmXqbzTpMfLkjk4gwpk3lpyE5qo5BQS2tZtz+jeaX [email protected] |
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
$document.on('click', '.js-search-close', function(e) { | |
e.preventDefault(); | |
$('#navigation-global-search, #datepicker').val(''); // clear form value | |
Backbone.history.navigate(lastFragmentBeforeSearch || '', {trigger: true}); | |
}); | |
$document.on('click', 'js-search-clear', function(e) { | |
e.preventDefault(); | |
$('#navigation-global-search').val(''); //clear form value | |
}); |
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
David-Justices-MacBook-Pro:node-v0.8.12 meandave$ ./configure && make | |
{ 'target_defaults': { 'cflags': [], | |
'default_configuration': 'Release', | |
'defines': [], | |
'include_dirs': [], | |
'libraries': []}, | |
'variables': { 'clang': 1, | |
'host_arch': 'x64', | |
'node_install_npm': 'true', | |
'node_install_waf': 'true', |
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
{% if not user.is_authenticated %} | |
<li> | |
<a href="{% url 'feedback' %}"> | |
Send Us Feedback | |
</a> | |
</li> | |
{% endif %} |
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 id="legend" type="text/x-template"> | |
<ul> | |
<li class='panel-item legend-icon-my'> | |
Add to my events</li> | |
<li class='panel-item legend-icon-odds'> | |
odds of winning</li> | |
<li class='panel-item legend-flag-hot'> | |
Hot</li> | |
<li class='panel-item legend-flag-pick-staff'> |
NewerOlder