diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-04 20:21:53 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-04 20:21:53 -0500 |
| commit | 39b80e16a03b7453cd8211f293176be0a58d9a37 (patch) | |
| tree | 5a7c450c11fef988cbffdf7ae56ade7f04e42948 /www/js/NewsCtrl.js | |
| parent | 353e1d5ecd686d64e1a6166116e7653cd0bc1295 (diff) | |
updated lang python script to a common one
Diffstat (limited to 'www/js/NewsCtrl.js')
| -rw-r--r-- | www/js/NewsCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/NewsCtrl.js b/www/js/NewsCtrl.js index f6709320..e1e030ec 100644 --- a/www/js/NewsCtrl.js +++ b/www/js/NewsCtrl.js @@ -94,6 +94,7 @@ angular.module('zmApp.controllers').controller('zmApp.NewsCtrl', ['$scope', '$ro } } + window.open(item, '_blank', 'location=yes'); return false; }; |
