GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A simple application written in merb to help you manage ad serving across multiple sites
Clone URL: git://github.com/kneath/greed.git
Maybe I shouldn't remove javascript I need.
kneath (author)
Fri Jun 06 01:21:49 -0700 2008
commit  02dda2bb1afc3a97ef009421b4c26bf7eda7c969
tree    b326e1d01fb54005f6987f6100a5cfaf30fdf768
parent  a828cb5e5b7de6efe78b081d17569969a6f03203
...
1
2
 
 
 
 
 
 
3
4
5
...
1
2
3
4
5
6
7
8
9
10
11
0
@@ -1,5 +1,11 @@
0
 
0
 var rules = {
0
+ '#site_selector': function(element){
0
+ $(element).addEvent('change', function(){
0
+ if (this.value == null || this.value == "") return;
0
+ document.location = "/campaigns/show/?site_id=" + this.value;
0
+ });
0
+ },
0
   
0
   'input.datepicker': function(element){
0
     element = $(element);

Comments

    No one has commented yet.