Skip to content

Commit

Permalink
BugFix: Commented out instances of JS console log, just to be sure
Browse files Browse the repository at this point in the history
  • Loading branch information
BENJAMIN MOODY committed Jan 24, 2014
1 parent e2f15e7 commit 146cb8f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion inc/ReduxFramework/ReduxCore/assets/js/redux.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ function getContrastColour(hexcolour){
function verify_fold(item) {

jQuery(document).ready(function($) {
console.log(verify_fold);
//console.log(verify_fold);



Expand Down
2 changes: 1 addition & 1 deletion inc/js/gforms-entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jQuery(document).ready(function(){
//Check if we are on the trash edit page
publish_action = jQuery('div#publishing-action .button-primary');

console.log(prso_gforms_pluploader);
//console.log(prso_gforms_pluploader);

//If NOT trash edit view
if( publish_action.length !== 0 ) {
Expand Down
2 changes: 1 addition & 1 deletion inc/js/init_plupload_jquery_ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//Init vars
var LocalizedPluginVars = WpPrsoPluploadPluginVars;

console.log(LocalizedPluginVars);
//console.log(LocalizedPluginVars);

//Loop the plupload field init vars from wordpress and init plupload for each one
jQuery.each( LocalizedPluginVars, function( key, PrsoPluploadVars ){
Expand Down
2 changes: 1 addition & 1 deletion inc/js/init_plupload_queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//Init vars
var LocalizedPluginVars = WpPrsoPluploadPluginVars;

console.log(LocalizedPluginVars);
//console.log(LocalizedPluginVars);

//Loop the plupload field init vars from wordpress and init plupload for each one
jQuery.each( LocalizedPluginVars, function( key, PrsoPluploadVars ){
Expand Down
4 changes: 2 additions & 2 deletions prso-gravity-forms-adv-uploader.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/*
* Plugin Name: Gravity Forms Advanced File Uploader
* Plugin URI:
* Plugin URI: https://github.com/pressoholics/prso-gravity-forms-adv-uploader
* Description: Multiple file uploader with advanced options for Gravity Forms plugin.
* Author: Benjamin Moody
* Version: 1.0
* Version: 1.1
* Author URI: http://www.benjaminmoody.com
* License: GPL2+
* Text Domain: prso_gforms_adv_uploader_plugin
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
Tags: gravity forms, gravity forms file upload, gravity forms file uploader, gravity forms uploader, plupload, gravity forms videos, gravity forms youtube, youtube uploader, youtube file uploader
Requires at least: 3.0
Tested up to: 3.8
Stable tag: 1.0
Stable tag: 1.1

Chunked Multiple file uploads, Auto upload of videos to YouTube & Brightcove, Files stored in WP Media Library, Advanced options.

Expand Down Expand Up @@ -95,11 +95,17 @@ This option can be hit and miss in some older browsers, that said it works in mo

== Changelog ==

= 1.1 =
* Commented out instances of javascript console log.

= 1.0 =
* Inital commit to plugin repo

== Upgrade Notice ==

= 1.1 =
Fixes problems that may occur with some browsers due to Javascript console log calls.

= 1.0 =
This is the first version of plugin.

Expand Down

0 comments on commit 146cb8f

Please sign in to comment.