mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 07:06:30 +02:00
disabled e-spinner for now.
This commit is contained in:
@@ -43,7 +43,7 @@ $(document).ready(function()
|
||||
});
|
||||
|
||||
|
||||
$(".e-spinner").spinner();
|
||||
// $(".e-spinner").spinner(); //FIXME breaks tooltips etc.
|
||||
|
||||
|
||||
$(".e-radio-multi").each(function() {
|
||||
|
@@ -10,7 +10,7 @@ $(document).ready(function()
|
||||
{
|
||||
$(".e-hideme").hide();
|
||||
$(".e-expandit").show();
|
||||
$(".e-spinner").spinner();
|
||||
// $(".e-spinner").spinner(); //FIXME breaks tooltips
|
||||
|
||||
|
||||
//check all
|
||||
|
Reference in New Issue
Block a user