/[transports]/trunk/web/templates/_elements/javascript
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/web/templates/_elements/javascript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 64 by dpavlin, Sun Jun 11 00:30:05 2006 UTC revision 65 by dpavlin, Sun Jun 11 02:59:18 2006 UTC
# Line 31  my @libs = qw( Line 31  my @libs = qw(
31     <script type="text/javascript">     <script type="text/javascript">
32       JSAN.includePath = [ "/static/js/jsan" ];       JSAN.includePath = [ "/static/js/jsan" ];
33       // You might want to change this to "warn" for development       // You might want to change this to "warn" for development
34       JSAN.errorLevel = "info";       JSAN.errorLevel = "none";
35     </script>     </script>
36    
37  % for (@libs) {  % for (@libs) {
38     <script type="text/javascript" src="<%$_%>"></script>     <script type="text/javascript" src="<%$_%>"></script>
39  % }  % }
40    
41  <link rel="stylesheet" href="/static/protoGrowl.css" type="text/css" />  <link rel="stylesheet" href="/static/protoGrowl.css" type="text/css" />

Legend:
Removed from v.64  
changed lines
  Added in v.65

  ViewVC Help
Powered by ViewVC 1.1.26