Mercurial > bugzilla-dashboard
view black-box.html @ 102:00b02ba5236c
made all delegates have a dotted name (namespaced), modified black-box.js a bit
author | Atul Varma <avarma@mozilla.com> |
---|---|
date | Wed, 28 Apr 2010 20:06:26 -0700 |
parents | 544d339d2b4c |
children | a994fc89f341 |
line wrap: on
line source
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <title>Bugzilla Dashboard - Black Box</title> </head> <body style="background: black; color: white;"> <h1 class="title">Bugzilla Dashboard - Black Box</h1> <div style="text-align: center;"> <iframe src="about:blank" id="dashboard" style="width: 640px; height: 480px; border: none;"></iframe> </div> </body> <!-- Base Scripts --> <script src="js/jquery.js"></script> <script src="js/require.js"></script> <script src="js/modules/mocks.js"></script> <script src="js/black-box.js"></script> </html>