~ubuntu-branches/ubuntu/saucy/prewikka/saucy-proposed

« back to all changes in this revision

Viewing changes to prewikka/templates/AlertListing.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-03-18 17:34:33 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20100318173433-gr7bfoyws6m47ifv
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
 
113
113
                else if ( saved_forms[id]["saved"] && ! Equals(\$(selector), saved_forms[id]["saved"]) )
114
114
                        nextstate = "saved";
115
 
 
116
 
                else nextstate = "default";
117
115
        }
118
116
 
119
117
        return nextstate;
427
425
 
428
426
\$("input.reset_filter").click(function() {
429
427
        var div_id = \$(this).parent().parent().parent().parent().parent().parent().parent().parent().parent().attr("id");
430
 
        saved_state[div_id] = get_next_state(div_id, saved_state[div_id]);
 
428
 
 
429
        saved_state[div_id] = \$(this).val().substr(9);
431
430
 
432
431
        #for $t in "classification", "source", "target", "analyzer"
433
432
                if ( div_id == "$t" )