1
0
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:
Cameron
2013-04-14 12:33:06 -07:00
parent 723a38ac96
commit a90b8b943c
3 changed files with 19 additions and 6 deletions

View File

@@ -33,6 +33,9 @@ $(document).ready(function()
});
// run tips on title attribute.
$(".e-tip").each(function() {

View File

@@ -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");