mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
jQuery-UI removed from the front-end. And eventually the admin area if possible.
This commit is contained in:
@@ -33,6 +33,9 @@ $(document).ready(function()
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// run tips on title attribute.
|
||||
$(".e-tip").each(function() {
|
||||
|
||||
|
@@ -224,7 +224,7 @@ $(document).ready(function()
|
||||
|
||||
// Tabs -----------------------------------------------------
|
||||
|
||||
|
||||
/*
|
||||
$(function() {
|
||||
$( "#tab-container" ).tabs({cache: true});
|
||||
});
|
||||
@@ -249,7 +249,7 @@ $(document).ready(function()
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
*/
|
||||
|
||||
// --------------- Email ----------------------------------------
|
||||
|
||||
@@ -444,7 +444,7 @@ $(document).ready(function()
|
||||
|
||||
|
||||
|
||||
$(".e-shake" ).effect("shake","",100);
|
||||
|
||||
|
||||
$('.e-rate').each(function() {
|
||||
var path = $(this).attr("data-path");
|
||||
|
Reference in New Issue
Block a user