Ignore:
Timestamp:
Oct 11, 2012, 10:46:47 PM (12 years ago)
Author:
rvelices
Message:

rv_gmaps use colorbox instead of nyroModal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/template/data_handler.js

    r12719 r18609  
    283283PwgDataHandler.blowupUrl = function(theUrl)
    284284{
    285         jQuery.fx.off = true;
    286         jQuery.nyroModalManual( {
    287                 url: theUrl,
    288                 forceType: 'iframe',
    289                 width: 1920
     285        jQuery.colorbox( {
     286                href: theUrl,
     287                iframe: 1,
     288                width: "95%", height: "98%"
    290289        });
    291290        return false;
Note: See TracChangeset for help on using the changeset viewer.