Skip to content
Unknown error
  • Home
  • Uncategorized
  • Disable Satellizer Popup Window Title Bar-open source projects sahat/satellizer

Recent Posts

  • jnicklas/capybara
  • problem about shell-script-Collection of common programming errors
  • Rails3 – RSpec – How to set request.env?-Collection of common programming errors
  • Rails rspec visit devise, ActionView::Template::Error undefined application_helper method-Collection of common programming errors
  • Inputting elements of unknown type into a vector-Collection of common programming errors

Recent Comments

No comments to show.

Archives

  • August 2022
  • March 2022
  • November 2020
  • May 2019
  • October 2018
  • August 2018
  • February 2018
  • April 2017
  • January 2017
  • December 2016
  • June 2016
  • May 2016
  • March 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013

Categories

  • Capybara
  • Framework
  • Laravel
  • Magento
  • Middleman
  • PHP memcached
  • Semantic
  • Uncategorized
  • Zend Framework
  • ZXing Library

Disable Satellizer Popup Window Title Bar-open source projects sahat/satellizer

8 years ago
admin
1 minute

batanasov

Try adding this to your popupOptions:

location: 'no', toolbar: 'no'

so it should look like this:

popupOptions: {
  location: 'no',
  toolbar: 'no',
  width: 400,
  height: 600 
}

However – it’s probably a good idea to do this outside satellizer module. Otherwise it will be wiped out on module update.

I hope that helps.

© 2023 Unknown error