Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/27/14 16:39:43 (10 years ago)
Author:
mroscoe
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Scripts/CollapsingSection.js

    r11030 r11053  
    1515  was impossible. Therefore this function is hardcoded as an HTML onclick event
    1616  for the dynamically created buttons of these sections */
    17 function collapseSection(caller) {
     17function CollapseSection(caller) {
    1818  var jqCaller = $(caller);
    1919  if (jqCaller.html() == "-") {
     
    2929/* Passed the interior div this fucntion is used to create an automatically collapsed
    3030  section */
    31 function collapsedByDefault(caller) {
     31function CollapsedByDefault(caller) {
    3232  $(caller).parent().children("canvas, div, fieldset, label").css("display","none");
    3333}
    3434
    3535/* Used when scrolling to a task by error, opens the container before task is scrolled to */
    36 function openOnError(caller) {
     36function OpenOnError(caller) {
    3737  var jqCaller = $(caller);
    3838  jqCaller.parent().children("canvas, div, fieldset, label").fadeIn();
Note: See TracChangeset for help on using the changeset viewer.