branch develop updated (cd3b50c -> 9e177dc)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from cd3b50c use cdn for webjars, time to understand why it does no work with bundle new 9e177dc use cdn for webjars, time to understand why it does no work with bundle The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 9e177dc69b74925f793bdbc4917abdaeed8617fa Author: Yannick Martel <martel@©odelutin.com> Date: Thu Dec 11 16:34:59 2014 +0100 use cdn for webjars, time to understand why it does no work with bundle Summary of changes: coselmar-ui/src/main/webapp/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 9e177dc69b74925f793bdbc4917abdaeed8617fa Author: Yannick Martel <martel@©odelutin.com> Date: Thu Dec 11 16:34:59 2014 +0100 use cdn for webjars, time to understand why it does no work with bundle --- coselmar-ui/src/main/webapp/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/coselmar-ui/src/main/webapp/index.html b/coselmar-ui/src/main/webapp/index.html index 12c329f..4a303d1 100644 --- a/coselmar-ui/src/main/webapp/index.html +++ b/coselmar-ui/src/main/webapp/index.html @@ -37,10 +37,10 @@ <script src="nuiton-js/bootstrap.js"></script> <!--TODO ymartel 20141203 : extract version, or use wro --> - <script src="http://cdn.jsdelivr.net/webjars/angular-ui-select/0.9.0/select.js"></script> - <link rel="stylesheet" href="http://cdn.jsdelivr.net/webjars/angular-ui-select/0.9.0/select.css"> - <script src="http://cdn.jsdelivr.net/webjars/angular-ui-bootstrap/0.12.0/ui-bootstrap.js"></script> - <script src="http://cdn.jsdelivr.net/webjars/angular-ui-bootstrap/0.12.0/ui-bootstrap-tpls.js"></script> + <script src="https://cdn.jsdelivr.net/webjars/angular-ui-select/0.9.0/select.js"></script> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/webjars/angular-ui-select/0.9.0/select.css"> + <script src="https://cdn.jsdelivr.net/webjars/angular-ui-bootstrap/0.12.0/ui-bootstrap.js"></script> + <script src="https://cdn.jsdelivr.net/webjars/angular-ui-bootstrap/0.12.0/ui-bootstrap-tpls.js"></script> <script src="js/angular-jwt.js"></script> <script src="js/coselmar.js"></script> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm