Project

General

Profile

Actions

Bug #3073

closed

missing application.js file

Added by Laurent Opprecht about 12 years ago. Updated almost 11 years ago.

Status:
Bug resolved
Priority:
Normal
Assignee:
-
Start date:
10/03/2011
Due date:
% Done:

0%

Estimated time:
Complexity:
Normal

Description

References to application.js in code and in html page but not such file.
Does not look very useful:

jQuery(document).ready(function($) {
$('div.application').css('font-size', '0px');
$('div.application').css('min-width', '30px');
$('div.application').css('padding-bottom', '0px');
$('div.application').css('margin-top', '12px');
$('div.application').css('margin-bottom', '22px');

$('div.application').mouseover(function()
{
$(this).css('font-size', '11px');
$(this).css('min-width', '60px');
$(this).css('padding-bottom', '10px');
$(this).css('margin-top', '0px');
$(this).css('margin-bottom', '10px');
});
$('div.application').mouseout(function()
{
$(this).css('font-size', '0px');
$(this).css('min-width', '30px');
$(this).css('margin-top', '12px');
$(this).css('margin-bottom', '22px');
$(this).css('margin-left', '0px');
$(this).css('margin-right', '10px');
$(this).css('padding-bottom', '0px');
});
})
Actions #1

Updated by Stefaan Vanbillemont about 12 years ago

  • Project changed from Chamilo LCMS Connect to Repository
  • Category deleted (21)
Actions #2

Updated by Stefaan Vanbillemont about 12 years ago

  • Target version set to 2.1.0
Actions #3

Updated by a b over 11 years ago

  • Status changed from New to Needs more info

Still valid?

Actions #4

Updated by Stefaan Vanbillemont over 11 years ago

  • Target version changed from 2.1.0 to Backlog (default)
Actions #5

Updated by Anthony Hurst almost 11 years ago

  • Status changed from Needs more info to Bug resolved
  • Target version changed from Backlog (default) to LCMS 3
Actions

Also available in: Atom PDF