Compare commits
2 commits
7de8d6305a
...
a07111c74a
Author | SHA1 | Date | |
---|---|---|---|
a07111c74a | |||
b16c13c6c5 |
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
Plugin Name: ai1ec little helper
|
||||
Plugin URI:
|
||||
Description: Aggiunge alcune feateure al plugin di wordpress all-in-one-event-calendar
|
||||
Version: 0.1
|
||||
Version: 0.2
|
||||
Author: gin(e)
|
||||
Author URI: http://ginex.indivia.net
|
||||
License: BSD(3-clause) Licence
|
||||
|
@ -19,4 +19,4 @@ function ea_load_js(){
|
|||
/*add_action( 'wp_enqueue_scripts', 'alh_load_scripts' );
|
||||
function alh_load_scripts($attrs){
|
||||
|
||||
}*/
|
||||
}*/
|
||||
|
|
|
@ -2,7 +2,7 @@ jQuery(document).ready(function($){
|
|||
var reapeat_cat='32',
|
||||
one_time_cat='34',
|
||||
def_location='Xm24',
|
||||
def_address='Via Aristotile Fioravanti, 24, 40129 Bologna';
|
||||
def_address='Ex Caserma Sani - Via ferrarese 199 - entrata dal parco di via Parri Via Aristotile Fioravanti, 24, 40129 Bologna';
|
||||
|
||||
if($('#ai1ec_venue').val() == ""){
|
||||
$('#ai1ec_venue').val(def_location);
|
||||
|
@ -59,4 +59,4 @@ jQuery(document).ready(function($){
|
|||
}
|
||||
$(event_cat_id+reapeat_cat).click(gest_cat_callback);
|
||||
$(event_cat_id+one_time_cat).click(gest_cat_callback);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue