Merged branch master and fixed conflict

After Password Strength merge this branch have 2 conflict:
- gulpfile.js
- public/build/rev-manifest.json

All conflicts solved now
This commit is contained in:
Davide Bellini
2015-10-03 12:53:43 +02:00
34 changed files with 372 additions and 110 deletions
+3
View File
@@ -360,6 +360,9 @@ $(function() {
.filter(":lt(" + (next) + ")")
.addClass("active");
}
// Password strength
$('.password-strength').strengthify();
});
function askConfirmation(callback) {