PiYa

Results 3 comments of PiYa

I modify `createPopup` function to code below ``` createPopup: function(url) { // return $window.open(url, '_blank'); var width = 500; var height = 400; var left = (screen.width/2)-(width/2); var top =...