mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 16:14:27 +02:00
imported Korean dialogs Issue #42 other dialogs, level names, etc will come later
This commit is contained in:
parent
cc5466b038
commit
cded665873
17 changed files with 7549 additions and 6734 deletions
|
@ -2,6 +2,7 @@ var _ = require('underscore');
|
|||
var constants = require('../util/constants');
|
||||
|
||||
exports.parseQueryString = function(uri) {
|
||||
// from http://stevenbenner.com/2010/03/javascript-regex-trick-parse-a-query-string-into-an-object/
|
||||
var params = {};
|
||||
uri.replace(
|
||||
new RegExp("([^?=&]+)(=([^&]*))?", "g"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue