Plugin Directory

Changeset 933980


Ignore:
Timestamp:
06/17/2014 09:52:51 PM (12 years ago)
Author:
grabimo
Message:

fixed width of post div

Location:
media-wall/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • media-wall/trunk/media-wall.js

    r927357 r933980  
    1717function showGrabimoCollectionMode(bizAlias, font) {
    1818    var showTitle = 0;
    19     font = decodeURIComponent(font) || "";
     19    font = (typeof font !== 'undefined') ? decodeURIComponent(font) : '';
    2020    grab_multimedia_feedback.startFlow(bizAlias, font, showTitle);
    2121}
  • media-wall/trunk/media-wall.php

    r928026 r933980  
    44Plugin URI: http://www.grabimo.com
    55Description: Enable yourself and your website visitors to post video, audio, photo, and text on your website. You manage which media to display on your site.
    6 Version: 1.0.0
     6Version: 1.0.1
    77Author: Grabimo
    88Author URI: http://www.grabimo.com
     
    9999    $html = $html . '" scrolling="no" width="100%" style="border: none;"></iframe>';
    100100    if ($media_wall_enable_post) {
    101         $html = $html . '<div id="grabimo_media_wall_submit" style="position:absolute;top:20px;left:20px;width:276px;height:113px;cursor:pointer" onClick="showGrabimoCollectionMode(\'' . $media_wall_business_alias . '\',\'' . rawurlencode($media_wall_font_family) . '\')"></div>';
     101        $html = $html . '<div id="grabimo_media_wall_submit" style="position:absolute;top:20px;left:20px;width:280px;height:113px;cursor:pointer" onClick="showGrabimoCollectionMode(\'' . $media_wall_business_alias . '\',\'' . rawurlencode($media_wall_font_family) . '\')"></div>';
    102102    }
    103103    $html =  $html . '</div>';
  • media-wall/trunk/readme.txt

    r927357 r933980  
    55Requires at least: 3.0
    66Tested up to: 3.8
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.