~fabricematrat/charmworld/redirect-charm

« back to all changes in this revision

Viewing changes to charmworld/static/charm.js

  • Committer: Abel Deuring
  • Date: 2013-02-11 17:04:31 UTC
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: adeuring@gmx.net-20130211170431-058uaixeahmy253u
Copyright noticed added to circa 35 Python and JS files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright 2012 Canonical Ltd.  This software is licensed under the
 
2
 * GNU Affero General Public License version 3 (see the file LICENSE).
 
3
 */
 
4
 
1
5
$(function() {
2
6
    readme_pre = $('pre#readme');
3
7
    readme_type = readme_pre.attr('data-type');