Skip to content

Commit

Permalink
Careers teaser in comment and error console. Bug 937719.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Wenzel committed Nov 19, 2013
1 parent 7cfe5b4 commit cebcf01
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bedrock/base/templates/base-resp.html
Expand Up @@ -5,6 +5,9 @@
{# Note the "windows" class, without javascript platform-specific
assets default to windows #}
<html class="windows no-js" lang="{{ LANG }}" dir="{{ DIR }}"{% block html_attrs %}{% endblock %}>
<!--
{% include "includes/careers-teaser.html" %}

This comment has been minimized.

Copy link
@rik

This comment has been minimized.

Copy link
@fwenzel

fwenzel Nov 20, 2013

Member

looking at pull requests is cheating ;)

-->
<head>
{% block ga_experiments %}{% endblock %}
<meta charset="utf-8">
Expand Down
23 changes: 23 additions & 0 deletions bedrock/base/templates/includes/careers-teaser.html
@@ -0,0 +1,23 @@
_.---.
7'' Q..\
_7 (_
_7 _/ _q. /
_7 . ___ /VVvv-'_ .
7/ / /-- \_\\ '-._ .-' / //
./ ( /---/||'=.__ '::. '--'' { ___ / // ./{
V V----| || __''_ ':::. ''---.___.-'' _/ // / {_ / { /
VV/-----|/ \ .'__'. '. ':: _ _ _ ''.
/ /----||VVV/ / \ ) \ _ __ ___ ___ ___(_) | | __ _ .::'
/ (-----\\.-' / \' \::::. | '_ ` _ \ / _ \_ / | | |/ _` | :::'
/..\ /..\__/ ' '::: | | | | | | (_) / /| | | | (_| | ::'
vVVv vVVv ': |_| |_| |_|\___/___|_|_|_|\__,_| ''

Hi there, nice to meet you!

Interested in having a direct impact on hundreds of millions of users? Join
Mozilla, and become part of a global community that’s helping to build a
brighter future for the Web.

Visit https://careers.mozilla.org to learn about our current job openings.
Visit https://www.mozilla.org/contribute for more ways to get involved and
help support Mozilla.
7 changes: 7 additions & 0 deletions bedrock/tabzilla/templates/tabzilla/tabzilla.js
Expand Up @@ -349,6 +349,13 @@ var Tabzilla = (function (Tabzilla) {
});

setupGATracking();

// Careers teaser in error console.
$(window).load(function() {
try {
console.log("{% filter js_escape|safe %}{% include "includes/careers-teaser.html" %}{% endfilter %}");
} catch(e) {}
});
};
var loadJQuery = function (callback) {
var noConflictCallback = function() {
Expand Down

0 comments on commit cebcf01

Please sign in to comment.