Skip to content

Commit

Permalink
makes overlay resizable
Browse files Browse the repository at this point in the history
  • Loading branch information
turnermm committed May 16, 2017
1 parent aeac265 commit 139073d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script.js
Expand Up @@ -19,6 +19,11 @@ jQuery( document ).ready(function() {
jQuery(this).css('top',position.top);
},
});

if (jQuery.fn.resizable) {
jQuery( "#overlay" ).draggable().resizable();
}

if(JSINFO ) {
if(JSINFO['ol_width']) {
jQuery( "#overlay" ).css('width',JSINFO['ol_width']);
Expand Down

0 comments on commit 139073d

Please sign in to comment.