harry's fix, announcement still broken
This commit is contained in:
		
							parent
							
								
									edcef5a8f7
								
							
						
					
					
						commit
						b65d785834
					
				|  | @ -25,14 +25,16 @@ $(document).ready(function() { | ||||||
|  //        	form.submit();
 |  //        	form.submit();
 | ||||||
| 	// 	//return false;
 | 	// 	//return false;
 | ||||||
| 	// });
 | 	// });
 | ||||||
| 	var clicked_what = null; |  | ||||||
| 	$("button.post_preview").click(function(){ | 	$("button.post_preview").click(function(){ | ||||||
| 		clicked_what = $(this); | 		var btn = document.getElementById("button_for_preview"); | ||||||
|  | 		var attrs = btn.attributes; | ||||||
|  | 		var url = attrs['url']; | ||||||
|  | 		// url = url.replace("url=","");
 | ||||||
| 		$("form.nccu_ajax_form").ajaxSubmit({ | 		$("form.nccu_ajax_form").ajaxSubmit({ | ||||||
| 			beforeSubmit: function(a,f,o){ | 			beforeSubmit: function(a,f,o){ | ||||||
| 				$("#main-wrap").after("<span id='show_preview'></span>"); | 				$("#main-wrap").after("<span id='show_preview'></span>"); | ||||||
| 				o.dataType = 'script'; | 				o.dataType = 'script'; | ||||||
| 				o.url = clicked_what.attr("url"); | 				o.url = url.nodeValue; | ||||||
| 				o.type =  'post'; | 				o.type =  'post'; | ||||||
| 			} | 			} | ||||||
| 		}); | 		}); | ||||||
|  |  | ||||||
|  | @ -240,7 +240,7 @@ | ||||||
| 	</div> | 	</div> | ||||||
| 
 | 
 | ||||||
| 	  <div class="form-actions"> | 	  <div class="form-actions"> | ||||||
| 	  	<%= button_tag t("preview"), :name=>"commit",:class=>'btn post_preview two_btn',:type=>:button,:url=>preview_panel_announcement_back_end_bulletins_path %> | 	  	<%= button_tag t("preview"), :id=>"button_for_preview", :name=>"commit",:class=>'btn post_preview two_btn',:type=>:button,:url=>preview_panel_announcement_back_end_bulletins_path %> | ||||||
| 		<%= f.submit t('submit'), :class=>'btn btn-primary two_btn' %> | 		<%= f.submit t('submit'), :class=>'btn btn-primary two_btn' %> | ||||||
| 		<%= link_to t('cancel'), get_go_back, :class=>"btn" %>  | 		<%= link_to t('cancel'), get_go_back, :class=>"btn" %>  | ||||||
| 	  </div> | 	  </div> | ||||||
|  |  | ||||||
|  | @ -279,7 +279,7 @@ | ||||||
| 	</div> | 	</div> | ||||||
| 		 | 		 | ||||||
| 	  <div class="form-actions"> | 	  <div class="form-actions"> | ||||||
| 	  	<%= button_tag t("preview"), :name=>"commit", :class=>'btn post_preview two_btn',:type=>:button, :url=>preview_panel_news_back_end_news_bulletins_path %> | 	  	<%= button_tag t("preview"), :id=>"button_for_preview", :name=>"commit", :class=>'btn post_preview two_btn',:type=>:button, :url=>preview_panel_news_back_end_news_bulletins_path %> | ||||||
| 		<%= f.submit t('submit'), :class=>'btn btn-primary two_btn' %> | 		<%= f.submit t('submit'), :class=>'btn btn-primary two_btn' %> | ||||||
| 		<%= link_to t('cancel'), get_go_back, :class=>"btn" %>  | 		<%= link_to t('cancel'), get_go_back, :class=>"btn" %>  | ||||||
| 	  </div> | 	  </div> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue