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:
@@ -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
|
||||
});
|
||||
});*/
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user