Commit 151fca7b41d5151966675cb7fcc5cb3251da4d75
1 parent
1166da77
Exists in
master
and in
8 other branches
Fix conflic with jasmine testing
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
js/main.js
| ... | ... | @@ -314,6 +314,7 @@ define(['handlebars','handlebars_helpers'], function(Handlebars){ |
| 314 | 314 | .toString(16) |
| 315 | 315 | .substring(1); |
| 316 | 316 | } |
| 317 | + return s4() + s4() + '-' + s4() + '-' + s4() + '-' + s4() + '-' + s4() + s4() + s4(); | |
| 317 | 318 | }, |
| 318 | 319 | display_category_tab: function(){ |
| 319 | 320 | $('#proposal-group').hide(); | ... | ... |