summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/public/app.js')
-rw-r--r--js/public/app.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/public/app.js b/js/public/app.js
index 7c9bbca63..152a7af64 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -2806,7 +2806,10 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
onFailure: failureCallbackWrapper
};
if (!this._preventUselessAutoPageRequest) {
+ console.log('request');
return this._request.get('news_items', params);
+ } else {
+ return console.log('no request');
}
};