1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-10 02:04:11 +01:00

use the proper flag arg for loadURIWithFlags in liberator.open

This commit is contained in:
Doug Kearns
2008-12-02 13:33:51 +00:00
parent ce8c5e5d14
commit c3deb192b8

View File

@@ -1041,7 +1041,7 @@ const liberator = (function () //{{{
switch (where)
{
case liberator.CURRENT_TAB:
getBrowser().loadURIWithFlags(url, null, null, null, postdata);
getBrowser().loadURIWithFlags(url, nsIWebNavigation.LOAD_FLAGS_NONE, null, null, postdata);
break;
case liberator.NEW_BACKGROUND_TAB: