94c8acc47a595ff0af5338ecf7227c6685d5a9b8

stable
David Barragán Merino 2015-07-02 20:25:52 +02:00
parent 96043b79aa
commit 58a926d553
3 changed files with 13 additions and 13 deletions

6
dist/index.html vendored
View File

@ -84,8 +84,8 @@
<p translate="NOTIFICATION.WARNING_TEXT"></p> <p translate="NOTIFICATION.WARNING_TEXT"></p>
</div><a href="" title="{{'NOTIFICATION.CLOSE' | translate}}" class="icon icon-delete"></a> </div><a href="" title="{{'NOTIFICATION.CLOSE' | translate}}" class="icon icon-delete"></a>
</div> </div>
<script src="/js/libs.js?v=1435835031987"></script> <script src="/js/libs.js?v=1435861521433"></script>
<script src="/js/templates.js?v=1435835031987"></script> <script src="/js/templates.js?v=1435861521433"></script>
<script src="/js/app-loader.js?v=1435835031987"></script> <script src="/js/app-loader.js?v=1435861521433"></script>
</body> </body>
</html> </html>

View File

@ -1,7 +1,7 @@
(function() { (function() {
var promise, version; var promise, version;
version = 1435835032000; version = 1435861521443;
window.taigaConfig = { window.taigaConfig = {
"api": "http://localhost:8000/api/v1/", "api": "http://localhost:8000/api/v1/",

18
dist/js/templates.js vendored

File diff suppressed because one or more lines are too long