Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Bump to version 1.3.1
Browse files Browse the repository at this point in the history
1. Only load admin scripts and styles when creating or editing a Homes
Report funnel
2. Update branding in notification emails
  • Loading branch information
Aaron Huisinga committed May 21, 2016
1 parent d56f417 commit c81a91d
Show file tree
Hide file tree
Showing 6 changed files with 321 additions and 333 deletions.
4 changes: 2 additions & 2 deletions assets/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jQuery(document).ready(function ($) {
// Uploading files
var file_frame;

jQuery.fn.ssp_upload_media_file = function (button, preview_media) {
jQuery.fn.homes_report_upload_media_file = function (button, preview_media) {
var button_id = button.attr('id');
var field_id = button_id.replace('_button', '');
var preview_id = button_id.replace('_button', '_preview');
Expand Down Expand Up @@ -41,7 +41,7 @@ jQuery(document).ready(function ($) {

jQuery('#upload_media_file_button').click(function (event) {
event.preventDefault();
jQuery.fn.ssp_upload_media_file(jQuery(this), false);
jQuery.fn.homes_report_upload_media_file(jQuery(this), false);
});

});
Loading

0 comments on commit c81a91d

Please sign in to comment.