summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-11-05 18:52:39 +0100
committerSebastian Reichel <sre@ring0.de>2012-11-05 18:52:39 +0100
commitdabb96d7851625680dc24dc2fc2408652e37f91a (patch)
tree6acf79237596b466674a431b60d73ae2b4be66e9 /templates/base.html
parent4d8b321665378d82f3fd6e29e11f45ac25c79d83 (diff)
downloadserial-barcode-scanner-dabb96d7851625680dc24dc2fc2408652e37f91a.tar.bz2
show barcode in user profile
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 67f89cb..1870d0f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -13,6 +13,7 @@
<script type="text/javascript" src="/js/jquery.flot.navigate.js"></script>
<script type="text/javascript" src="/js/jquery.flot.pie.js"></script>
<script type="text/javascript" src="/js/bootstrap.js"></script>
+ <script type="text/javascript" src="/js/code39.js"></script>
</head>
<body>
<div class="navbar navbar-fixed-top">