comparison talosnames/templates/tbpl.html @ 71:799161f6ae4c

point to updated location of Config.js file
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 10 Jan 2013 11:23:56 -0800
parents 277b167060e5
children
comparison
equal deleted inserted replaced
70:6e495bad69bb 71:799161f6ae4c
7 // In order to get anything working with Config.js 7 // In order to get anything working with Config.js
8 // We have to stub a bunch of stuff for no reason 8 // We have to stub a bunch of stuff for no reason
9 BuildbotDBUser = null; 9 BuildbotDBUser = null;
10 PushlogJSONParser = null; 10 PushlogJSONParser = null;
11 </script> 11 </script>
12 <script src="http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/raw-file/tip/js/Config.js"></script> 12 <script src="https://hg.mozilla.org/webtools/tbpl/raw-file/tip/js/Config.js"></script>
13 13
14 <script> 14 <script>
15 var data = 15 var data =
16 {{json | html}}; 16 {{json | html}};
17 17