1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 02:40:25 +02:00

Issue #1183 Switch all CDN sources to https to prevent browser alerts. Optimization of some javascript loading. jQuery updated to 2.1.4

This commit is contained in:
Cameron
2015-09-17 12:48:06 -07:00
parent 5ef1d56ec6
commit e50456264f
8 changed files with 57 additions and 35 deletions

View File

@@ -88,7 +88,7 @@ $(document).ready(function()
$('div.e-container').editable({
selector: '.e-editable',
selector: '.e-editable'
});
// $('.e-editable').editable();
@@ -417,7 +417,7 @@ $(document).ready(function()
});
$(".e-tags").tag();
// $(".e-tags").tag();
@@ -461,12 +461,13 @@ $(document).ready(function()
}
// backend
$(".e-password").pwdMeter({
/*
$(".e-password").pwdMeter({
minLength: 6,
displayGeneratePassword: true,
generatePassText: "Generate",
randomPassLength: 12
});
});*/